7 lines
134 B
TypeScript
7 lines
134 B
TypeScript
import { SplashScreen } from "@/app_modules/auth";
|
|
|
|
export default async function Page() {
|
|
return <>
|
|
<SplashScreen/>
|
|
</>
|
|
} |