mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 04:07:34 +03:00
6782f4ae41
* Move extension * prettier
11 lines
198 B
HTML
11 lines
198 B
HTML
<!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>
|