12 lines
354 B
TypeScript

/**
* Template Components (Page-level layouts)
* High-level page templates that define overall page structure
*/
export { AuthLayout } from "./AuthLayout/AuthLayout";
export type { AuthLayoutProps } from "./AuthLayout/AuthLayout";
export { PageLayout } from "./PageLayout/PageLayout";
export type { BreadcrumbItem } from "./PageLayout/PageLayout";