redux-devtools/packages/redux-devtools-remote/examples/router/index.html

11 lines
198 B
HTML
Raw Normal View History

2021-10-28 23:39:47 +03:00
<!DOCTYPE html>
<html>
<head>
<title>Redux TodoMVC example</title>
</head>
<body>
<div class="todoapp" id="root"></div>
<script src="/static/bundle.js"></script>
</body>
</html>