cleanup code and update some packages

This commit is contained in:
Mario Pesch
2022-01-31 19:12:34 +01:00
parent 557d66d7d6
commit b44d858fe6
17 changed files with 7379 additions and 24021 deletions
+1 -2
View File
@@ -11,7 +11,6 @@ import { Card } from "@material-ui/core";
import * as Blockly from "blockly";
import { default as MonacoEditor } from "@monaco-editor/react";
const Accordion = withStyles((theme) => ({
root: {
border: `1px solid ${theme.palette.secondary.main}`,
@@ -134,7 +133,7 @@ class CodeViewer extends Component {
options={{
readOnly: true,
fontSize: "12px",
fontSize: "16px",
}}
/>
</AccordionDetails>