Skip to content

Commit

Permalink
Revert "html index.js 경로 변경"
Browse files Browse the repository at this point in the history
This reverts commit df57a59.
  • Loading branch information
Dalaranl committed Jun 26, 2022
1 parent df57a59 commit 0273d5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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="./src/index.js" type="module"></script>
<script src="./pages/index.js" type="module"></script>
</body>
</html>
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
console.log(location);

0 comments on commit 0273d5e

Please sign in to comment.