Skip to content

Commit 1233346

Browse files
authored
Unused import
1 parent 794141e commit 1233346

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/bottom/CodePreview.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import 'ace-builds/src-noconflict/mode-javascript';
77
import 'ace-builds/src-noconflict/theme-monokai';
88
import Button from '@material-ui/core/Button';
99
import { withStyles } from '@material-ui/core/styles';
10-
import { mergeClasses } from '@material-ui/styles';
1110

1211
type CodePreviewProps = {
1312
focusComponent: ComponentInt;
@@ -19,7 +18,6 @@ type CodePreviewProps = {
1918
codeReadOnly: boolean;
2019
};
2120

22-
2321
class CodePreview extends Component<CodePreviewProps> {
2422

2523
//checking if the code has been asigned yet or not

0 commit comments

Comments
 (0)