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,10 @@
"use client"
import { Title } from "@mantine/core"
export default function SplashScreen(){
return <>
<Title>Splash Screen</Title>
</>
}