Files
frontend/components/templates/auth-layout/index.ts
T
2026-04-03 20:09:05 +07:00

3 lines
113 B
TypeScript

export { default as AuthLayout } from "./AuthLayout";
export type { AuthLayoutProps } from "./AuthLayout.types";