first commit new version

This commit is contained in:
2023-09-18 17:19:55 +08:00
parent 1da05f6520
commit 6b777f905a
33 changed files with 23 additions and 408 deletions

View File

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