Skip to content

Commit a55505d

Browse files
committed
[#667] Fix paths to actions in useHandleMessageEvent
1 parent 4de0c65 commit a55505d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/IDE/hooks/useHandleMessageEvent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { useDispatch } from 'react-redux';
22
import { Decode } from 'console-feed';
33
import { isEqual } from 'lodash';
44
import { dispatchConsoleEvent } from '../actions/console';
5-
import { stopSketch, expandConsole } from '../actions/console';
5+
import { stopSketch, expandConsole } from '../actions/ide';
66

77
export default function useHandleMessageEvent() {
88
const dispatch = useDispatch();

0 commit comments

Comments
 (0)