Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. // App.js
  2.  
  3. import React from 'react';
  4. import './App.css';
  5.  
  6. const App = () => {
  7. return (
  8. <div className='App'>
  9. <h1>App</h1>
  10. </div>
  11. );
  12. };
  13.  
  14. export default App;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement