chore(server): get rid of boxicons CSS import
Some checks are pending
Checks / main (push) Waiting to run

This commit is contained in:
Elian Doran 2025-12-28 02:27:02 +02:00
parent 1c940ff8a2
commit 8b8a78e949
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">
<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>