Skip to content

Instantly share code, notes, and snippets.

@wojciech-bilicki
Created August 2, 2017 15:36
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 wojciech-bilicki/b66a3b62dc0eaf7dc28beb16a0f1cbf8 to your computer and use it in GitHub Desktop.
Save wojciech-bilicki/b66a3b62dc0eaf7dc28beb16a0f1cbf8 to your computer and use it in GitHub Desktop.
TopBar #5
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