redux-devtools/packages/react-json-tree/examples/index.html
Nathan Bierema 47d102680a
chore(react-json-tree): fix example build (#887)
* chore(react-json-tree): fix example build

* Fix build
2021-09-22 03:24:10 +00:00

16 lines
286 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>
</body>
</html>