Advertisement
Guest User

Untitled

a guest
May 20th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. render() {
  2. return (
  3. <div>
  4. <TopBar />
  5. <p></p>
  6. <h5>Welcome to ReactJS and Microsoft Graph Tutorial</h5>
  7. <p>You need to login first. Click on the login button in the top right corner.</p>
  8. </div>
  9. );
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement