redux-devtools/packages/redux-devtools/examples/counter/index.html
2018-12-02 23:22:37 +02:00

11 lines
169 B
HTML

<html>
<head>
<title>Redux Counter Example</title>
</head>
<body>
<div id="root">
</div>
</body>
<script src="/static/bundle.js"></script>
</html>