redux-devtools/packages/redux-devtools-remote/examples/counter/index.html
2021-10-28 20:39:47 +00:00

11 lines
182 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Redux counter example</title>
</head>
<body>
<div id="root"></div>
<script src="/static/bundle.js"></script>
</body>
</html>