mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 04:07:34 +03:00
47d102680a
* chore(react-json-tree): fix example build * Fix build
16 lines
286 B
HTML
Executable File
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>
|