feat: refactor dashboard and account pages to utilize new layout components, enhancing structure and loading states
This commit is contained in:
5
components/folders/index.ts
Normal file
5
components/folders/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export { FolderTreeItem } from "./folder-tree-item";
|
||||
export { FolderEditDialog } from "./folder-edit-dialog";
|
||||
export { AccountFolderDialog } from "./account-folder-dialog";
|
||||
export { folderColors, accountTypeLabels } from "./constants";
|
||||
|
||||
Reference in New Issue
Block a user