Created
August 7, 2021 06:20
-
-
Save percybolmer/ea8b88222657394c769fb407e355d771 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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