Deskripsi:
- Feature splash screen
- Create login page
This commit is contained in:
2023-10-02 09:21:44 +08:00
parent 6b777f905a
commit 494b65418d
9 changed files with 82 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
import { SplashScreen } from "@/app_modules/auth";
import { redirect } from "next/navigation";
import PageSplash from "./dev/auth/splash/page";
export default async function Page() {
return redirect("/dev/auth/splash")
return <PageSplash />;
}