feat: refactor dashboard and account pages to utilize new layout components, enhancing structure and loading states
This commit is contained in:
4
components/accounts/index.ts
Normal file
4
components/accounts/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export { AccountCard } from "./account-card";
|
||||
export { AccountEditDialog } from "./account-edit-dialog";
|
||||
export { accountTypeIcons, accountTypeLabels } from "./constants";
|
||||
|
||||
Reference in New Issue
Block a user