Remove the stylesheets which were apparently not being used

This commit is contained in:
2024-02-20 12:41:25 +01:00
parent 822e37ec2e
commit c635cc4a8b
8 changed files with 0 additions and 8 deletions

View File

@@ -28,7 +28,6 @@
window.api_endpoint = '{{.APIEndpoint}}';
</script>
<link rel='stylesheet' href='/res/svelte/filesystem.css?v{{cacheID}}'>
<script defer src='/res/svelte/filesystem.js?v{{cacheID}}'></script>
</head>
<body></body>