first commit

This commit is contained in:
gotolombok
2026-01-31 17:21:32 +08:00
commit f839fbd63a
109 changed files with 19204 additions and 0 deletions

5
app/dracin/loading.tsx Normal file
View File

@@ -0,0 +1,5 @@
import LoadingSplash from "@/components/LoadingSplash";
export default function Loading() {
return <LoadingSplash />;
}