diff --git a/src/components/SolsticeApp.tsx b/src/components/SolsticeApp.tsx index 02ec2d6..10cf00f 100644 --- a/src/components/SolsticeApp.tsx +++ b/src/components/SolsticeApp.tsx @@ -47,8 +47,7 @@ const ConnectedApp: FC = ({ children }) => { ); } - // TODO: eliminate the need for this extra
wrapper. - return
{children}
; + return
{children}
; }; const SolsticeApp = () => ( @@ -58,11 +57,9 @@ const SolsticeApp = () => ( -
-
- -
-
+
+ +