Skip to content

Instantly share code, notes, and snippets.

@covelitein
Created September 19, 2023 19:26
Show Gist options
  • Save covelitein/87f77c7ba0f8c93921e41b8e8b817b7c to your computer and use it in GitHub Desktop.
Save covelitein/87f77c7ba0f8c93921e41b8e8b817b7c to your computer and use it in GitHub Desktop.
dappworks
import React from 'react'
import { Header, Hero, CreateJob } from '../components'
const Home = () => {
return (
<div>
<Header />
<Hero />
<CreateJob />
</div>
)
}
export default Home
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment