jasminmif / react-interactive-paycard

Interactive React Paycard
MIT License
2.22k stars 245 forks source link

Move components to index.js #16

Closed jetonk closed 4 years ago

jetonk commented 4 years ago
  1. Move the component card/Card.js to card/index.js
  2. Move the component form/CForm.js to form/index.js

So inside the component folders, it will contain only one file, not needed like extra import and again export it.