diff --git a/src/components/jsee/index.tsx b/src/components/jsee/index.tsx
index 8051e5c..352ecf6 100644
--- a/src/components/jsee/index.tsx
+++ b/src/components/jsee/index.tsx
@@ -1,5 +1,5 @@
import { For, Match, Show, Switch, createEffect, createMemo, createSignal } from "solid-js";
-import { styled } from "solid-styled-components";
+import { extractCss, styled } from "solid-styled-components";
import { theme } from "../../theme";
import { Button, ButtonGroup, GroupSeparator, IconInput, Input, Text, baseElementStyles } from "../elements/atoms";
import { icons } from "../icons";
@@ -436,56 +436,59 @@ export const JSee = () => {
}
return (
-
-
+ <>
+
+
+
+ >
);
}