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

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