Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
B1B0nNer committed Jul 6, 2023
1 parent 6790878 commit 522e66c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/shopList.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import './js/firebase_sandbox';
import './js/firebase';
import './js/header';
import './js/header-current-link'
import './js/dark-theme';
import './js/markup-shopping-list';
import './js/onClickDelateBtn';
import './js/firebase_sandbox';
import './js/firebase';
import './js/loader';
import './js/scroll_up';
import './js/BooksApiService';
Expand Down
2 changes: 1 addition & 1 deletion src/shopping-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
<include src="./partials/my-shopping-list.html"></include>
</main>
<!-- Footer -->
<include src=""></include>
<include src="./partials/footer.html"></include>
<include src="./partials//modalForm.html"></include>
<script type="module" src="./shopList.js"></script>
</body>
</html>

0 comments on commit 522e66c

Please sign in to comment.