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