From 04f19f9c64ab9cff96afbf48f7ea987283dc5156 Mon Sep 17 00:00:00 2001 From: Larris Xie Date: Sun, 14 Sep 2025 02:34:56 -0400 Subject: [PATCH] Linter fix --- frontend/src/app/(content)/dashboard/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

);