mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 20:27:07 +03:00
9 lines
128 B
HTML
9 lines
128 B
HTML
<html>
|
|
<head>
|
|
<title>Redux TodoMVC</title>
|
|
</head>
|
|
<body>
|
|
<div class="todoapp" id="root"></div>
|
|
</body>
|
|
</html>
|