Files
redux/examples/tree-view/index.html
2016-01-25 04:49:32 +00:00

12 lines
189 B
HTML

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