import { Background } from './Background'; type AuthenticationLayoutProps = { children?: React.ReactNode; }; export function AuthenticationLayout({ children }: AuthenticationLayoutProps) { return (