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 4de0c65 commit a55505dCopy full SHA for a55505d
client/modules/IDE/hooks/useHandleMessageEvent.js
@@ -2,7 +2,7 @@ import { useDispatch } from 'react-redux';
2
import { Decode } from 'console-feed';
3
import { isEqual } from 'lodash';
4
import { dispatchConsoleEvent } from '../actions/console';
5
-import { stopSketch, expandConsole } from '../actions/console';
+import { stopSketch, expandConsole } from '../actions/ide';
6
7
export default function useHandleMessageEvent() {
8
const dispatch = useDispatch();
0 commit comments