This commit is contained in:
Nathan Bierema 2022-10-10 12:45:31 -04:00
parent 8ebb01cd62
commit d0a27b100f

View File

@ -6,7 +6,7 @@ import { REMOVE_INSTANCE, StoreAction } from '@redux-devtools/app';
import App from '../app/App';
import configureStore from './store/panelStore';
import '../../views/devpanel.pug';
import './devpanel.pug';
import { Action, Store } from 'redux';
import type { PanelMessage } from '../background/store/apiMiddleware';
import type { StoreStateWithoutSocket } from './store/panelReducer';