ADD new frontend
This commit is contained in:
9
frontend/src/components/domain/analytics/index.ts
Normal file
9
frontend/src/components/domain/analytics/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
// Analytics domain components
|
||||
export { default as AnalyticsDashboard } from './AnalyticsDashboard';
|
||||
export { default as ChartWidget } from './ChartWidget';
|
||||
export { default as ReportsTable } from './ReportsTable';
|
||||
export { default as FilterPanel } from './FilterPanel';
|
||||
export { default as ExportOptions } from './ExportOptions';
|
||||
|
||||
// Types
|
||||
export * from './types';
|
||||
Reference in New Issue
Block a user