1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-02 02:10:49 +03:00
redux-devtools/packages/redux-devtools-slider-monitor/examples/todomvc/index.html

9 lines
128 B
HTML
Raw Normal View History

<html>
<head>
<title>Redux TodoMVC</title>
</head>
<body>
<div class="todoapp" id="root"></div>
</body>
</html>