import { Helmet } from 'react-helmet-async' import IVButton from '~/components/IVButton' import IVSpinner from '~/components/IVSpinner' export default function AuthLoadingState({ pageTitle, children, buttonLabel = 'Go back', buttonHref = '/login', }: { pageTitle?: string children?: React.ReactNode buttonLabel?: string | null buttonHref?: string }) { return (