We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794141e commit 1233346Copy full SHA for 1233346
src/components/bottom/CodePreview.tsx
@@ -7,7 +7,6 @@ import 'ace-builds/src-noconflict/mode-javascript';
7
import 'ace-builds/src-noconflict/theme-monokai';
8
import Button from '@material-ui/core/Button';
9
import { withStyles } from '@material-ui/core/styles';
10
-import { mergeClasses } from '@material-ui/styles';
11
12
type CodePreviewProps = {
13
focusComponent: ComponentInt;
@@ -19,7 +18,6 @@ type CodePreviewProps = {
19
18
codeReadOnly: boolean;
20
};
21
22
-
23
class CodePreview extends Component<CodePreviewProps> {
24
25
//checking if the code has been asigned yet or not
0 commit comments