mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-10-20 02:34:16 +03:00
11 lines
149 B
Plaintext
11 lines
149 B
Plaintext
doctype html
|
|
|
|
html
|
|
head
|
|
meta(charset='UTF-8')
|
|
title Redux DevTools
|
|
|
|
body
|
|
#root
|
|
script(src='/devtools.bundle.js')
|