Skip to content

Commit

Permalink
Update admin.html
Browse files Browse the repository at this point in the history
add usertables.js
  • Loading branch information
camillereaves authored Sep 24, 2023
1 parent 0695669 commit f79d6d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<title>Admin Dashboard</title>
<link rel="stylesheet" href="style.css" class="rel">
<script defer src = "sprout.js" type="module"></script>
<script defer src = "usertables.js" type="module"></script>
<script type="module">
/*
// Import the functions you need from the SDKs you need
import { initializeApp } from "https://www.gstatic.com/firebasejs/10.4.0/firebase-app.js";
import { getAnalytics } from "https://www.gstatic.com/firebasejs/10.4.0/firebase-analytics.js";
Expand All @@ -27,7 +29,7 @@
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
const analytics = getAnalytics(app);*/
</script>
</head>
<body>
Expand Down

0 comments on commit f79d6d9

Please sign in to comment.