1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-02 18:25:55 +03:00
redux-devtools/extension/examples/saga-counter/index.html
Nathan Bierema 6782f4ae41
chore(extension): add extension ()
* Move extension

* prettier
2020-10-26 08:18:23 -04:00

14 lines
317 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Redux Saga Counter example</title>
</head>
<body>
<div id="root"></div>
<script type="text/javascript" src="/static/bundle.js"></script>
</body>
</html>