daily-code
daily-code copied to clipboard
feature: Cleaning up the imports from packages
Is your feature request related to a problem? Please describe. It is not necessarily a feature but more so an optimization of the imports from different packages in the monorepo
Describe the solution you'd like I would like to add the exports for the required files in package.json and import them wherever required from the "@repo/*" directories.
Describe alternatives you've considered An alternative I've thought about is exporting them all from a single index.tsx file and then just export the index file from package.json
Additional context