UdacityMobileWebScholarship / guess-quote

This application is a collaborative project made by the Google Udacity Mobile Web Specialist Scholars.
MIT License
22 stars 48 forks source link

Module pattern #53

Closed deveshjadon98 closed 6 years ago

deveshjadon98 commented 6 years ago

Added a new index.js file with every component to allow developers to import components like import SampleComponent from '../SampleComponent'; instead of import SampleComponent from '../SampleComponent/SampleComponent';

This pattern allows us to make modules of the components in future.

deveshjadon98 commented 6 years ago

@skyshader required changes done, please check.