Skip to content

Commit 3f45725

Browse files
committed
update app.js import path
1 parent 58008ec commit 3f45725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</script>
2020
<link type="text/css" rel="stylesheet" href="./css/lib.css">
2121
<link type="text/css" rel="stylesheet" href="./css/app.css">
22-
<script src="js/lib.js"></script>
22+
<script src="./js/lib.js"></script>
2323
</head>
2424
<body ontouchstart>
2525
<div class="app"></div>

0 commit comments

Comments
 (0)