Skip to content

Instantly share code, notes, and snippets.

@lmas3009
Created January 31, 2021 14:20
Show Gist options
  • Save lmas3009/3c6a13ba4b99330b927bec0232b1b745 to your computer and use it in GitHub Desktop.
Save lmas3009/3c6a13ba4b99330b927bec0232b1b745 to your computer and use it in GitHub Desktop.
A Simple MERN Full Stack Application
function Navbar() {
return (
<div className="navbar">
<div className="right">
<ul>
<li>
MERN STACK DEVELOPMENT
</li>
</ul>
</div>
</div>
)
}
export default Navbar;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment