chore(views/setup): remove knockout src tag

-> this is now handled inside setup.ts and is handled by webpack
This commit is contained in:
Panagiotis Papadopoulos 2025-01-28 23:16:16 +01:00 committed by Elian Doran
parent 726683078e
commit e6103bf11a
No known key found for this signature in database

View File

@ -158,8 +158,6 @@
<link href="<%= assetPath %>/node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="<%= assetPath %>/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="<%= assetPath %>/node_modules/knockout/build/output/knockout-latest.js"></script>
<script src="<%= appPath %>/setup.js" crossorigin type="module"></script>
<link href="<%= assetPath %>/stylesheets/theme-light.css" rel="stylesheet" />
<link href="<%= assetPath %>/stylesheets/theme-next.css" rel="stylesheet" />