organize styles and add barrel exports#397
Conversation
|
@kanan010506 is attempting to deploy a commit to the Lovely Mahour's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Hey @kanan010506! Saw your work on GSSoC 2026. We are building TermUI, a TypeScript terminal UI framework with React-style hooks and JSX, rendered entirely in the terminal. We have 99 unassigned GSSoC issues open across widgets, hooks, adapters, and CLI tooling. Your JavaScript background transfers directly. Karanjot, TermUI maintainer |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Hi @kanan010506, Thank you for the contribution Once the conflicts are resolved, I will review the PR further Thank you! |
|
now check @lovelymahor |
Refactor project structure with barrel exports and organized styles
Closes #396 under gssoc'26
Summary
This PR refactors the project structure to improve code organization, maintainability, and import management across the application.
Changes Made
Barrel Exports
src/pages/index.jsto centralize page exports.src/components/index.jsto centralize component exports.Style Organization
Code Cleanup
Benefits
Testing