import { FlexBox } from '@/components/components/common/FlexBox'; import Logo from '@/components/Logo'; import { AuthenticationSteps } from '../components/AuthenticationSteps/AuthenticationSteps'; export function AuthenticationPage() { return ( ); }