📂 Adds filesystem service

This commit is contained in:
Rune Harlyk
2024-05-02 18:27:21 +02:00
committed by Rune Harlyk
parent 16481b4054
commit a82f7bcb46
9 changed files with 172 additions and 2 deletions
@@ -0,0 +1,7 @@
<script>
import FileIcon from '~icons/mdi/file';
export let name;
// $: type = name.slice(name.lastIndexOf('.') + 1);
</script>
<span class="flex pl-4 gap-2 items-center"><FileIcon/>{name}</span>