title: auto

des: auto
note:auto
This commit is contained in:
2023-10-03 09:32:00 +08:00
parent 6ac6720c66
commit bde21823de
10 changed files with 37 additions and 9 deletions

View File

@@ -1,5 +1,7 @@
import { Validasi } from "@/app_modules/auth";
export default function Page() {
return <Validasi />;
return <Validasi />;
}