Skip to content

Instantly share code, notes, and snippets.

@janhesters
Created September 26, 2020 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janhesters/edcd199cfb240cb640b4c32938ca75c0 to your computer and use it in GitHub Desktop.
Save janhesters/edcd199cfb240cb640b4c32938ca75c0 to your computer and use it in GitHub Desktop.
Home page component skeleton.
import React, { Fragment } from 'react';
function HomePage() {
return <Fragment></Fragment>
}
export default HomePage;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment