import { FirebaseSignUpView } from 'src/auth/view/firebase'; import { CONFIG } from 'src/global-config'; // ---------------------------------------------------------------------- const metadata = { title: `Sign up | Firebase - ${CONFIG.appName}` }; export default function Page() { return ( <>