Guest User

Untitled

a guest
Jun 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. ...
  2.  
  3. const Home = () => (
  4. <div>
  5. Home
  6. </div>
  7. );
  8.  
  9. const About = () => (
  10. <div>
  11. About
  12. </div>
  13. );
  14.  
  15. const Topics = () => (
  16. <div>
  17. Topics
  18. </div>
  19. );
Add Comment
Please, Sign In to add comment