feat: refactor dashboard and account pages to utilize new layout components, enhancing structure and loading states
This commit is contained in:
6
components/statistics/index.ts
Normal file
6
components/statistics/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export { StatsSummaryCards } from "./stats-summary-cards";
|
||||
export { MonthlyChart } from "./monthly-chart";
|
||||
export { CategoryPieChart } from "./category-pie-chart";
|
||||
export { BalanceLineChart } from "./balance-line-chart";
|
||||
export { TopExpensesList } from "./top-expenses-list";
|
||||
|
||||
Reference in New Issue
Block a user