Skip to content

Commit

Permalink
html index.js 경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Dalaranl committed Jun 8, 2022
1 parent 0febb0d commit df57a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<main class="App">
<form class="SearchInput"></form>
</main>
<script src="./pages/index.js" type="module"></script>
<script src="./src/index.js" type="module"></script>
</body>
</html>
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log(location);

0 comments on commit df57a59

Please sign in to comment.