redux-devtools/packages/redux-slider-monitor/examples/todomvc/dist/index.html
2020-07-31 23:51:44 -04:00

11 lines
169 B
HTML

<html>
<head>
<title>Redux TodoMVC</title>
</head>
<body>
<div class="todoapp" id="root">
</div>
</body>
<script src="bundle.js"></script>
</html>