Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import React from 'react';
  2. import { Jumbotron } from 'react-bootstrap';
  3.  
  4. const Index = () => (
  5. <div className="Index">
  6. </div>
  7. );
  8.  
  9. export default Index;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement