Skip to content

Commit cfd67f8

Browse files
committed
remove unused import in IDEView.jsx
1 parent ca74574 commit cfd67f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/modules/IDE/pages/IDEView.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import PreviewFrame from '../components/PreviewFrame';
1111
import Console from '../components/Console';
1212
import Toast from '../components/Toast';
1313
import { updateFileContent } from '../actions/files';
14-
import { stopSketch } from '../actions/ide';
14+
1515
import {
1616
autosaveProject,
1717
clearPersistedState,
@@ -94,7 +94,7 @@ const IDEView = () => {
9494
useEffect(() => {
9595
dispatch(clearPersistedState());
9696

97-
dispatch(stopSketch());
97+
// dispatch(stopSketch());
9898
}, [dispatch]);
9999

100100
useEffect(() => {

0 commit comments

Comments
 (0)