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