Skip to content

Instantly share code, notes, and snippets.

@wojciech-bilicki
Created August 2, 2017 15:33
Show Gist options
  • Save wojciech-bilicki/127486f751d151d7929fe2d431c38e63 to your computer and use it in GitHub Desktop.
Save wojciech-bilicki/127486f751d151d7929fe2d431c38e63 to your computer and use it in GitHub Desktop.
TopBar.jsx #3
import React from 'react';
const TopBar = () =>
<header>
<span>Super Hero Team</span>
</header>;
export default TopBar;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment