feat: folder menu

This commit is contained in:
Timothy J. Baek
2024-10-17 00:17:50 -07:00
parent b402061546
commit 3578c85e39
8 changed files with 123 additions and 32 deletions

View File

@@ -37,7 +37,7 @@
import XMark from '$lib/components/icons/XMark.svelte';
import Document from '$lib/components/icons/Document.svelte';
export let className = 'pr-2';
export let className = '';
export let id;
export let title;