mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-02-19 11:10:49 +08:00
refactor(quota): consolidate quota sections into config-driven components
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
* Quota components barrel export.
|
||||
*/
|
||||
|
||||
export { AntigravitySection } from './AntigravitySection';
|
||||
export { CodexSection } from './CodexSection';
|
||||
export { GeminiCliSection } from './GeminiCliSection';
|
||||
export { useQuotaSection } from './hooks/useQuotaSection';
|
||||
export { QuotaSection } from './QuotaSection';
|
||||
export { QuotaCard } from './QuotaCard';
|
||||
export { useQuotaLoader } from './useQuotaLoader';
|
||||
export { ANTIGRAVITY_CONFIG, CODEX_CONFIG, GEMINI_CLI_CONFIG } from './quotaConfigs';
|
||||
export type { QuotaConfig } from './quotaConfigs';
|
||||
|
||||
Reference in New Issue
Block a user