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
); };