From 09dc466b2a038c712ae37980c02fdd4ca22afa65 Mon Sep 17 00:00:00 2001 From: "dayuan.jiang" Date: Wed, 26 Mar 2025 06:43:27 +0000 Subject: [PATCH] minor: simplify DiagramPageLayout structure by removing unnecessary divs --- app/page.tsx | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 9dd92fb..6e67e49 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -10,23 +10,17 @@ function DiagramPageLayout({ children }: { children: React.ReactNode }) { return (
-
-
-
-
- -
-
-
+
+
{children}