Advertisement
Maemong

Home.js

Jan 7th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. import React from 'react';
  2.  
  3. const Home = () => {
  4. return (
  5. <div>
  6. <h1>Home</h1>
  7. </div>
  8. )
  9. };
  10.  
  11. export default Home;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement