refactor: relocate components to app directory structure

This commit is contained in:
2026-06-09 14:43:10 +08:00
parent f060301c24
commit cda55c8f9b
61 changed files with 19 additions and 27 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
"use client";
import { SplashScreen } from "@/components/splash/splash-screen";
import { SplashScreen } from "@/app/splash/components/splash-screen";
export default function SplashPage() {
return <SplashScreen />;