From ff8ec7e05fc7cb9a21242875deaca0e189b5c5dd Mon Sep 17 00:00:00 2001 From: purp1e Date: Fri, 14 Mar 2025 19:15:46 +0800 Subject: [PATCH] [fix] building errors 3/4 --- src/app/(main)/console/page.tsx | 1 + src/app/(main)/layout.tsx | 2 +- src/app/(main)/movie/page.tsx | 1 + src/app/(main)/tool/page.tsx | 1 + src/app/(main)/users/page.tsx | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/(main)/console/page.tsx b/src/app/(main)/console/page.tsx index 635ee63..cf9ae48 100644 --- a/src/app/(main)/console/page.tsx +++ b/src/app/(main)/console/page.tsx @@ -1,3 +1,4 @@ +"use client" export default function Page() { return
Console
} diff --git a/src/app/(main)/layout.tsx b/src/app/(main)/layout.tsx index 89f7d17..7f44901 100644 --- a/src/app/(main)/layout.tsx +++ b/src/app/(main)/layout.tsx @@ -11,7 +11,7 @@ export default function BaseLayout({ children: React.ReactNode }) { return ( -
+
{/* bg-[#f1f0f2] */}