Skip to content

Instantly share code, notes, and snippets.

@jamigibbs
Created November 4, 2018 15:05
Embed
What would you like to do?
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