Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-03-07 23:09:13 -06:00
parent 2ac07b55b6
commit 5478a88f2b
14 changed files with 799 additions and 170 deletions

View File

@@ -4,4 +4,4 @@
let { ...restProps }: DropdownMenuPrimitive.SubProps = $props();
</script>
<DropdownMenuPrimitive.Sub data-slot="dropdown-menu-sub" {...restProps} />
<DropdownMenuPrimitive.Sub {...restProps} />