Remove unused AuthLayout and PageLayout components to streamline the portal structure and improve maintainability.

This commit is contained in:
barsa 2025-09-25 15:11:47 +09:00
parent c5de063a3e
commit 9751278a4e
2 changed files with 0 additions and 4 deletions

View File

@ -1,2 +0,0 @@
export { AuthLayout } from "./AuthLayout";
export type { AuthLayoutProps } from "./AuthLayout";

View File

@ -1,2 +0,0 @@
export { PageLayout } from "./PageLayout";
export type { BreadcrumbItem } from "./PageLayout";