mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-15 02:54:07 +00:00
actions: added typed useDispatch() hook
This commit is contained in:
+1
-1
@@ -3,8 +3,8 @@
|
||||
|
||||
import { Classes } from '@blueprintjs/core';
|
||||
import React, { useEffect, useState } from 'react';
|
||||
import { useDispatch } from 'react-redux';
|
||||
import SplitterLayout from 'react-splitter-layout';
|
||||
import { useDispatch } from '../actions';
|
||||
import Editor from '../editor/Editor';
|
||||
import { useSelector } from '../reducers';
|
||||
import { toggleBoolean } from '../settings/actions';
|
||||
|
||||
Reference in New Issue
Block a user