Skip to content

Instantly share code, notes, and snippets.

@jamigibbs
Created November 4, 2018 15:05
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 jamigibbs/3c6a03ad8d514866eeec5d3c3271d137 to your computer and use it in GitHub Desktop.
Save jamigibbs/3c6a03ad8d514866eeec5d3c3271d137 to your computer and use it in GitHub Desktop.
import './navbar.scss'
import React from 'react'
const Navbar = () => (
<div>
/* Navigation bar stuff goes here */
</div>
)
export default Navbar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment