Guest User

Untitled

a guest
May 20th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. import Restaurant from './Restaurant';
  2. import Store from './Store';
  3. import Vineyard from './Vineyard';
  4. import Wine from './Wine';
  5.  
  6. export {
  7. Restaurant,
  8. Store,
  9. Vineyard,
  10. Wine
  11. };
Add Comment
Please, Sign In to add comment