feat: refactor dashboard and account pages to utilize new layout components, enhancing structure and loading states
This commit is contained in:
4
components/layout/index.ts
Normal file
4
components/layout/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export { PageLayout } from "./page-layout";
|
||||
export { LoadingState } from "./loading-state";
|
||||
export { PageHeader } from "./page-header";
|
||||
|
||||
Reference in New Issue
Block a user