Advertisement
robertvari

Simple component

Feb 18th, 2020
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import React from "react";
  2.  
  3. export const Home = () => {
  4.     return(
  5.         <div>Home Component</div>
  6.     )
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement