Add new page designs
This commit is contained in:
4
frontend/src/components/ui/Stats/index.ts
Normal file
4
frontend/src/components/ui/Stats/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export { default as StatsCard } from './StatsCard';
|
||||
export { default as StatsGrid } from './StatsGrid';
|
||||
export type { StatsCardProps, StatsCardVariant, StatsCardSize } from './StatsCard';
|
||||
export type { StatsGridProps } from './StatsGrid';
|
||||
Reference in New Issue
Block a user