From 7cf1862f26f0eee9253b422e4007a6704945e6c8 Mon Sep 17 00:00:00 2001 From: keyurparalkar Date: Mon, 15 Apr 2024 13:06:52 +0530 Subject: [PATCH] style: created editor layout --- src/App.tsx | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index e309fff..af47cf5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -26,13 +26,18 @@ function App() { }; return ( -
-

JSON to Form

- -
- - - +
+

JSON to Form

+ +
+
+
+ + + +
+ +
); }