From f78343649ca2f6cb620c5bf5cc23f7ba88a6532b Mon Sep 17 00:00:00 2001 From: "MSI\\User" Date: Thu, 7 Mar 2024 09:56:54 +0800 Subject: [PATCH] test build --- src/app/(main)/dashboard/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/(main)/dashboard/page.tsx b/src/app/(main)/dashboard/page.tsx index f3c1f10..3958988 100644 --- a/src/app/(main)/dashboard/page.tsx +++ b/src/app/(main)/dashboard/page.tsx @@ -15,9 +15,7 @@ export const metadata: Metadata = { const Dashboard: React.FC = () => { return ( - - {/* */} - +
test
); };