+
+
+
-
+
onJsonChange(eventValue.value)}
data-testid="json"
/>
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ Footer text or link about CC
+
+ |
+
+ Other foot text with usual legal stuff
+
+
);
}
export default App;
+
+function EditorContainer({ children }: any) {
+ return (
+
+ {children}
+
+ );
+}
diff --git a/src/components/Header.tsx b/src/components/Header.tsx
new file mode 100644
index 0000000..6e3fc69
--- /dev/null
+++ b/src/components/Header.tsx
@@ -0,0 +1,10 @@
+export default function Header() {
+ return
;
+}
diff --git a/src/components/JsonEditor.tsx b/src/components/JsonEditor.tsx
index 2962f73..890b7d5 100644
--- a/src/components/JsonEditor.tsx
+++ b/src/components/JsonEditor.tsx
@@ -29,7 +29,7 @@ export default function JsonEditor({ input, onChange, className, ...rest }: Prop