"use client"; // components import { AuthBase } from "@/components/auth-screens/auth-base"; // helpers import { EAuthModes, EPageTypes } from "@/helpers/authentication.helper"; // assets import DefaultLayout from "@/layouts/default-layout"; import { AuthenticationWrapper } from "@/lib/wrappers/authentication-wrapper"; const SignUpPage = () => ( ); export default SignUpPage;