feat: refactor dashboard and account pages to utilize new layout components, enhancing structure and loading states
This commit is contained in:
6
components/categories/index.ts
Normal file
6
components/categories/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export { CategoryCard } from "./category-card";
|
||||
export { CategoryEditDialog } from "./category-edit-dialog";
|
||||
export { ParentCategoryRow } from "./parent-category-row";
|
||||
export { CategorySearchBar } from "./category-search-bar";
|
||||
export { categoryColors } from "./constants";
|
||||
|
||||
Reference in New Issue
Block a user