mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-02-18 10:40:50 +08:00
refactor(usage): modularize UsagePage into separate section components
This commit is contained in:
6
src/utils/usage/index.ts
Normal file
6
src/utils/usage/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// Chart configuration utilities
|
||||
export { sparklineOptions, buildChartOptions, getHourChartMinWidth } from './chartConfig';
|
||||
export type { ChartConfigOptions } from './chartConfig';
|
||||
|
||||
// Re-export everything from the main usage.ts for backwards compatibility
|
||||
export * from '../usage';
|
||||
Reference in New Issue
Block a user