feat: provide cn utility as composable

This commit is contained in:
2025-07-16 19:30:09 -05:00
parent 30173e28a5
commit ae445de3b6
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -7,7 +7,6 @@ import {
BreadcrumbSeparator,
} from '@/components/ui/breadcrumb';
import type { HTMLAttributes } from 'vue';
import { cn } from '@/lib/utils';
import { computed } from 'vue';
const lastIndex = computed(() => props.items.length - 1);