Fix: version 1.2.10
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
"use client";
|
||||
|
||||
import { SplashScreen } from "@/app_modules/auth";
|
||||
import { useShallowEffect } from "@mantine/hooks";
|
||||
|
||||
export default function Page() {
|
||||
// useShallowEffect(() => {
|
||||
// setTimeout(() => {
|
||||
// window.location.replace("/dev/home");
|
||||
// }, 100);
|
||||
// }, []);
|
||||
useShallowEffect(() => {
|
||||
setTimeout(() => {
|
||||
window.location.replace("/dev/home");
|
||||
}, 1000);
|
||||
}, []);
|
||||
|
||||
// return <Login version={version} />;
|
||||
// return <div>spash</div>;
|
||||
return <SplashScreen />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user