Skip to content

chore: add barrel exports for components/screens/hooks and update imports#131

Merged
RUKAYAT-CODER merged 1 commit intorinafcode:mainfrom
EtimbukUdofia:feat/barrel-imports
Apr 26, 2026
Merged

chore: add barrel exports for components/screens/hooks and update imports#131
RUKAYAT-CODER merged 1 commit intorinafcode:mainfrom
EtimbukUdofia:feat/barrel-imports

Conversation

@EtimbukUdofia
Copy link
Copy Markdown
Contributor

@EtimbukUdofia EtimbukUdofia commented Apr 26, 2026

Summary

This PR improves import ergonomics by introducing/expanding barrel exports and updating imports to use the new entry points.

What Changed

  • Added a top-level barrel for components.
  • Added a screens barrel.
  • Expanded hooks barrel exports.
  • Updated relevant imports to consume barrel paths instead of verbose direct paths.

Scope

  • Refactor-only, no feature behavior changes.
  • No unrelated files were intentionally modified.

Why

This reduces import verbosity, improves consistency across the codebase, and makes module discovery easier for contributors.

Validation

  • Verified TypeScript/editor diagnostics for touched files after refactor.
  • Confirmed no functional logic changes were introduced.

Issue

Close #100

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 26, 2026

@EtimbukUdofia Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@RUKAYAT-CODER RUKAYAT-CODER merged commit 08ec206 into rinafcode:main Apr 26, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing Barrel Exports

2 participants