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:
David Lechner
2022-02-24 17:16:52 -06:00
parent e4b7a9aec7
commit cf8744a6cd
12 changed files with 11 additions and 23 deletions
+1 -1
View File
@@ -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,