Move devtools to top-level

This commit is contained in:
Nathan Bierema 2022-10-10 09:15:53 -04:00
parent afab8669d2
commit e86e5df446
2 changed files with 11 additions and 11 deletions

View File

@ -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')

View File

@ -1,4 +1,4 @@
import '../../views/devtools.pug';
import './devtools.pug';
function createPanel(url: string) {
chrome.devtools.panels.create(