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:
@@ -19,8 +19,8 @@ import {
|
||||
import { Tooltip2 } from '@blueprintjs/popover2';
|
||||
import { useI18n } from '@shopify/react-i18n';
|
||||
import React, { useMemo, useState } from 'react';
|
||||
import { useDispatch } from 'react-redux';
|
||||
import AboutDialog from '../about/AboutDialog';
|
||||
import { useDispatch } from '../actions';
|
||||
import { checkForUpdate, installPrompt, reload } from '../app/actions';
|
||||
import {
|
||||
pybricksBugReportsUrl,
|
||||
|
||||
Reference in New Issue
Block a user