kgroad-frontend2/app/sign-up/page.tsx

4 lines
84 B
TypeScript
Raw Normal View History

2024-01-20 22:16:34 +00:00
import SignUpPage from "@/Pages/SignUpPage/SignUpPage";
2024-01-19 13:46:01 +00:00
2024-01-20 22:16:34 +00:00
export default SignUpPage;