From 7a3dc3fc17b9db08d6e0b9ae63c51960505265e0 Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Fri, 19 Dec 2025 16:12:33 -0500 Subject: [PATCH] one more check --- src/app.tsx | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/src/app.tsx b/src/app.tsx index c1562d0..9e37698 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -159,32 +159,8 @@ function AppLayout(props: { children: any }) { return ( <> - -
- -
-
- -
- -
- }> - }>{props.children} - -
- +
+ }>{props.children}
);