refactor(splash): encapsulate auth logic in SplashButton for SSR support

This commit is contained in:
2026-06-09 18:59:34 +08:00
parent a5d8214650
commit 199a14650e
4 changed files with 55 additions and 58 deletions
-2
View File
@@ -1,5 +1,3 @@
"use client";
import { SplashScreen } from "@/app/splash/components/splash-screen";
export default function SplashPage() {