Skip to content

Instantly share code, notes, and snippets.

@joe-crick
Created February 26, 2018 16:04
Show Gist options
  • Save joe-crick/4c887352c5026caf4dc1e8f65699379e to your computer and use it in GitHub Desktop.
Save joe-crick/4c887352c5026caf4dc1e8f65699379e to your computer and use it in GitHub Desktop.
import React from "react";
import style from "./sample.less";
const Header = () => (
<React.Fragment>
<div className={style.header}>My Header Text</div>
</React.Fragment>
);
export default Header;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment