mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 17:45:22 +00:00
actions: drop typed dispatch
This doesn't provide much benefit and is just one more rule to remember, so we can do without it.
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