AllenYuan

home - basic component

Apr 27th, 2020
556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import React from 'react';
  2.  
  3. const Home = () => (
  4.   <h1>
  5.     Opendota Home
  6.   </h1>
  7. )
  8.  
  9. export default Home;
Advertisement
Add Comment
Please, Sign In to add comment