diff --git a/frontend/src/app/(content)/dashboard/page.tsx b/frontend/src/app/(content)/dashboard/page.tsx index 9c3a28e..c92c18f 100644 --- a/frontend/src/app/(content)/dashboard/page.tsx +++ b/frontend/src/app/(content)/dashboard/page.tsx @@ -2,7 +2,7 @@ import PageContent from "@/lib/components/content/PageContent"; export default function Page() { return ( - +

Hello World

);