import { SignUpFrame } from "../../features/auth/signUpFrame"; const SignUpPage = () => { return <SignUpFrame />; }; export default SignUpPage;