diff --git a/web/src/containers/Studio/index.tsx b/web/src/containers/Studio/index.tsx
index 4a6bafd..98db395 100644
--- a/web/src/containers/Studio/index.tsx
+++ b/web/src/containers/Studio/index.tsx
@@ -86,72 +86,67 @@ const Studio = () => {
const classes = useStyles()
return (
- <>
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ {/* */}
+
-
-
-
-
-
-
-
-
-
- {/* */}
- {
+ if (val) setFileContent(val)
}}
- elevation={3}
- >
- {
- if (val) setFileContent(val)
- }}
- />
-
-
-
-
-
-
-
-
-
-
-
-
-
- >
+ />
+
+
+
+
+
+
+
+
+
+
+
+
+
)
}