Files
redux/examples/async/index.html
2015-11-27 18:44:55 +00:00

12 lines
185 B
HTML

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