fix(server): redundant CSS import (closes #7772)

This commit is contained in:
Elian Doran 2025-11-20 14:25:30 +02:00
parent 0f4713bddc
commit 991d61600d
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View File

@ -53,7 +53,6 @@
<link href="<%= assetPath %>/stylesheets/style.css" rel="stylesheet">
<link href="<%= assetPath %>/src/boxicons.css" rel="stylesheet">
<link href="<%= assetPath %>/stylesheets/print.css" rel="stylesheet" media="print">
<script src="<%= appPath %>/desktop.js" crossorigin type="module"></script>

View File

@ -132,7 +132,6 @@
<link href="<%= assetPath %>/stylesheets/style.css" rel="stylesheet">
<link href="<%= assetPath %>/src/boxicons.css" rel="stylesheet">
<link href="<%= assetPath %>/stylesheets/print.css" rel="stylesheet" media="print">
</body>
</html>