solveModel({ key: (e.target as any).tag, value: e.value })
}
- />
+ />
);
}
diff --git a/src/Export/Export.tsx b/src/Export/Export.tsx
new file mode 100644
index 00000000..051a661d
--- /dev/null
+++ b/src/Export/Export.tsx
@@ -0,0 +1,87 @@
+import { Show, createSignal, onMount } from "solid-js";
+export function Export() {
+
+function onExport(event:Event){
+event.preventDefault();
+ }
+
+ return (
+ <>
+ {/* @ts-ignore */}
+
+
+
+ >
+ );
+}
diff --git a/src/Layouter/Layouter.tsx b/src/Layouter/Layouter.tsx
index 8f094e15..cd9dd414 100644
--- a/src/Layouter/Layouter.tsx
+++ b/src/Layouter/Layouter.tsx
@@ -69,9 +69,8 @@ export function Layouter(props: LayouterProps) {
ref={resizerHorizontal!}
>
- {c[3]}
- {c[4]}
- {c[5]}
+ {c.slice(2)}
+
>
}