Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created September 13, 2019 12:12
Show Gist options
  • Save indreklasn/166bcb09916ed6cad77e0ee440911a9a to your computer and use it in GitHub Desktop.
Save indreklasn/166bcb09916ed6cad77e0ee440911a9a to your computer and use it in GitHub Desktop.
import React from 'react';
const Header = () => (
<Header>
<Logo></Logo>
<ProfileImage></ProfileImage>
<BurgerMenu></BurgerMenu>
</Header>
)
export default Header;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment