Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Created August 7, 2021 06:20
Show Gist options
  • Save percybolmer/ea8b88222657394c769fb407e355d771 to your computer and use it in GitHub Desktop.
Save percybolmer/ea8b88222657394c769fb407e355d771 to your computer and use it in GitHub Desktop.
import Navbar from '../components/navbar/navbar'
function Main() {
return (
<div>
<Navbar></Navbar>
<div className="content">
</div>
</div>
)
}
export default Main;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment