Guest User

Untitled

a guest
Nov 21st, 2017
42
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. import './index.css';
  3.  
  4. const Component = () => (
  5. <div>A simple component</div>
  6. );
  7.  
  8. export default Component;
Add Comment
Please, Sign In to add comment