export default function Layout({ children }: { children: React.ReactNode }) { return <>{children}</> } export const maxDuration = 1