moved flowbite location to ensure it loads

This commit is contained in:
John O'Keefe 2024-07-26 16:49:32 -04:00
parent 183537f7e7
commit 2932cf1d3b

View File

@ -7,7 +7,7 @@
</head>
<body>
<div id="app"></div>
<script src="./src/main.ts" type="module"></script>
<script src="./node_modules/flowbite/dist/flowbite.js"></script>
<script src="./src/main.ts" type="module"></script>
</body>
</html>