Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. import React from 'react';
  2.  
  3. function App() {
  4. return (
  5. <div>
  6. <p>Tracking Example</p>
  7. </div>
  8. );
  9. }
  10.  
  11. export default App;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement