From 9751278a4e22127621b12beb62ba17288c983b8a Mon Sep 17 00:00:00 2001 From: barsa Date: Thu, 25 Sep 2025 15:11:47 +0900 Subject: [PATCH] Remove unused AuthLayout and PageLayout components to streamline the portal structure and improve maintainability. --- apps/portal/src/components/templates/AuthLayout/index.ts | 2 -- apps/portal/src/components/templates/PageLayout/index.ts | 2 -- 2 files changed, 4 deletions(-) delete mode 100644 apps/portal/src/components/templates/AuthLayout/index.ts delete mode 100644 apps/portal/src/components/templates/PageLayout/index.ts diff --git a/apps/portal/src/components/templates/AuthLayout/index.ts b/apps/portal/src/components/templates/AuthLayout/index.ts deleted file mode 100644 index 37cc8a5e..00000000 --- a/apps/portal/src/components/templates/AuthLayout/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -export { AuthLayout } from "./AuthLayout"; -export type { AuthLayoutProps } from "./AuthLayout"; diff --git a/apps/portal/src/components/templates/PageLayout/index.ts b/apps/portal/src/components/templates/PageLayout/index.ts deleted file mode 100644 index bbd176f7..00000000 --- a/apps/portal/src/components/templates/PageLayout/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -export { PageLayout } from "./PageLayout"; -export type { BreadcrumbItem } from "./PageLayout"; \ No newline at end of file