Skip to content

Instantly share code, notes, and snippets.

@bnhansn
Created October 20, 2016 17:49
Show Gist options
  • Save bnhansn/e7e33807f110ea5760646371a04f1e7e to your computer and use it in GitHub Desktop.
Save bnhansn/e7e33807f110ea5760646371a04f1e7e to your computer and use it in GitHub Desktop.
// @flow
import React from 'react';
const Home = () =>
<div>Home</div>;
export default Home;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment