redux-devtools/extension/examples/react-counter-messaging/index.html

11 lines
182 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>React counter example</title>
</head>
<body>
<div id="root"></div>
<script src="/static/bundle.js"></script>
</body>
</html>