import type { AuthLayoutProps } from "./AuthLayout.types"; /** * Auth layout template — centers content in the screen. * Used by login and register pages. */ export default function AuthLayout({ children }: AuthLayoutProps) { return (