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): modularize QuotaPage into separate section components
This commit is contained in:
8
src/components/quota/index.ts
Normal file
8
src/components/quota/index.ts
Normal 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';
|
||||
Reference in New Issue
Block a user