Skip to content

Commit

Permalink
Update admin.html
Browse files Browse the repository at this point in the history
  • Loading branch information
camillereaves authored Sep 24, 2023
1 parent 46751a9 commit c266940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Admin Dashboard</title>
<link rel="stylesheet" href="style.css" class="rel">
<script defer src = "sprout.js" type="module"></script>

<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
Expand Down

0 comments on commit c266940

Please sign in to comment.