refactor(example): cleanup

This commit is contained in:
moklick
2019-09-25 18:50:33 +02:00
parent 4d97a7939f
commit f6513eff10
6 changed files with 77 additions and 55 deletions
+5 -5
View File
@@ -4,11 +4,11 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!--<link rel="stylesheet" type="text/css" href="../dist/ReactGraph.css">-->
<title>Document</title>
<title>react-flow example</title>
<style>
html, body {
margin: 0
margin: 0;
}
html, body, #root {
height: 100%;
@@ -18,11 +18,11 @@
bottom: 10px;
left: 10px;
z-index: 4;
} 
}
</style>
</head>
<body>
<div id="root"></div>
<script src="index.js"></script>
<script src="scripts/index.js"></script>
</body>
</html>