Created
June 16, 2020 19:33
-
-
Save sabesansathananthan/8d17f2378b7047ae5c0e3c6ba62273dd to your computer and use it in GitHub Desktop.
Components folder index file for Create a COVID-19 Tracker using React.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export { default as Cards } from "./Cards/Cards"; | |
export { default as Chart } from "./Chart/Chart"; | |
export { default as CountryPicker } from "./CountryPicker/CountryPicker"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment