redux-devtools/packages/react-json-tree/examples/index.html
Mihail Diordiev b80cc9e5b9
Merge react-json-tree package (#428)
* Merge react-json-tree from alexkuz/react-json-tree

* Npm package config

* Add credits

* Stick `eslint-plugin-react` to `7.4.0` till change deprecated `componentWillReceiveProps`
2018-12-21 21:18:05 +02:00

18 lines
333 B
HTML
Executable File

<html>
<head>
<title>Sample App</title>
<style>
body {
font-family: SF UI Text,Roboto,Helvetica Neue,Helvetica,sans-serif;
font-size: 18px;
line-height: 1.5;
}
</style>
</head>
<body>
<div id='root'>
</div>
<script src="/static/bundle.js"></script>
</body>
</html>