mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Fix
This commit is contained in:
parent
da3815f491
commit
e0a0b4771c
|
@ -1,5 +1,3 @@
|
||||||
import '../chromeApiMock';
|
|
||||||
|
|
||||||
function createPanel(url: string) {
|
function createPanel(url: string) {
|
||||||
chrome.devtools.panels.create(
|
chrome.devtools.panels.create(
|
||||||
'Redux',
|
'Redux',
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
import '../chromeApiMock';
|
|
||||||
import {
|
import {
|
||||||
ActionCreatorObject,
|
ActionCreatorObject,
|
||||||
evalAction,
|
evalAction,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user