Skip to content

Instantly share code, notes, and snippets.

@covelitein
Created August 17, 2023 16:58
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 covelitein/78aee234543ec54b57facc13361e2393 to your computer and use it in GitHub Desktop.
Save covelitein/78aee234543ec54b57facc13361e2393 to your computer and use it in GitHub Desktop.
p2e
import React from 'react'
import { Header, Hero, CreateGame } from '../components'
const Home = () => {
return (
<div>
<Header />
<Hero />
<CreateGame />
</div>
)
}
export default Home
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment