Spaces:
Sleeping
Sleeping
Update static/index.html
Browse files- static/index.html +1 -1
static/index.html
CHANGED
|
@@ -12,6 +12,6 @@
|
|
| 12 |
</head>
|
| 13 |
<body>
|
| 14 |
<div id="root"></div>
|
| 15 |
-
<script type="text/babel" src="app.js"></script>
|
| 16 |
</body>
|
| 17 |
</html>
|
|
|
|
| 12 |
</head>
|
| 13 |
<body>
|
| 14 |
<div id="root"></div>
|
| 15 |
+
<script type="text/babel" src="/static/app.js"></script>
|
| 16 |
</body>
|
| 17 |
</html>
|