Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. export Icon from "./Icon";
  2. export Input from "./Input";
  3. export Pills from "./Pills";
  4.  
  5. export { default as Icon } from "./Icon";
  6. export { default as Input } from "./Input";
  7. export { default as Pills } from "./Pills";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement