chore(server): get rid of boxicons CSS import

This commit is contained in:
Elian Doran
2025-12-28 02:27:02 +02:00
parent 1c940ff8a2
commit 8b8a78e949
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">
<script src="<%= appPath %>/desktop.js" crossorigin type="module"></script>

View File

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