refactor(quota): modularize QuotaPage into separate section components

This commit is contained in:
Supra4E8C
2026-01-02 15:55:17 +08:00
parent cc467889d0
commit 58154063ed
23 changed files with 2463 additions and 1920 deletions

View File

@@ -0,0 +1,8 @@
/**
* Quota components barrel export.
*/
export { AntigravitySection } from './AntigravitySection';
export { CodexSection } from './CodexSection';
export { GeminiCliSection } from './GeminiCliSection';
export { useQuotaSection } from './hooks/useQuotaSection';