jasminmif / react-interactive-paycard

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

Change export method and move components into index.js files #17

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

Reason: So inside the component folders, it will contain only one file, not needed like extra files and extra imports and again to export them.