mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 07:59:48 +03:00
Move devtools to top-level
This commit is contained in:
parent
afab8669d2
commit
e86e5df446
|
@ -1,10 +1,10 @@
|
|||
doctype html
|
||||
|
||||
html
|
||||
head
|
||||
meta(charset='UTF-8')
|
||||
title Redux DevTools
|
||||
|
||||
body
|
||||
#root
|
||||
script(src='/devtools.bundle.js')
|
||||
doctype html
|
||||
|
||||
html
|
||||
head
|
||||
meta(charset='UTF-8')
|
||||
title Redux DevTools
|
||||
|
||||
body
|
||||
#root
|
||||
script(src='/devtools.bundle.js')
|
|
@ -1,4 +1,4 @@
|
|||
import '../../views/devtools.pug';
|
||||
import './devtools.pug';
|
||||
|
||||
function createPanel(url: string) {
|
||||
chrome.devtools.panels.create(
|
Loading…
Reference in New Issue
Block a user