Joel Mathew Koshy
Results
3
issues of
Joel Mathew Koshy
Creating an `index.ts` file in `components/Icon` that would just import all the icon components and export them. ```js // components/Icon/index.ts import {IconCopy} from './IconCopy'; export {IconCopy}; ``` ### Why do...