import Link from "next/link" export default function AuthLayout({ children, }: { children: React.ReactNode }) { return (
asa.news home
{children}
) }