Dodo67

AppFile

Feb 2nd, 2022 (edited)
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. import React from 'react';
  2.  
  3. function App() {
  4. return( <div>
  5. Dashboard
  6. </div>
  7. );
  8. };
  9.  
  10. export default App ;
  11.  
Add Comment
Please, Sign In to add comment