Skip to content

Commit

Permalink
add admin p4 without type modul
Browse files Browse the repository at this point in the history
  • Loading branch information
Aweiro committed Nov 1, 2024
1 parent a03791a commit 5f6cf25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ <h4 class="footer__nav-block-title">Контакти</h4>
<script src="https://www.gstatic.com/firebasejs/9.6.1/firebase-firestore.js"></script>

<script src="js/script.js"></script>
<script type="module" src="js/photocard.js"></script>
<script type="module" src="js/firebase.js"></script>
<script src="js/photocard.js"></script>
<script src="js/firebase.js"></script>


<script>
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "Decor-prod",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "node js/server.js"
},
Expand Down

0 comments on commit 5f6cf25

Please sign in to comment.