mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-14 05:36:46 +03:00
922985f9ea
* chore(deps): update dependency prettier to v3 * Format --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
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>
|