mirror of
https://github.com/Xevion/the-office.git
synced 2026-01-31 02:26:13 -06:00
feat: provide cn utility as composable
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
import { cn } from '@/lib/utils';
|
||||
|
||||
export { cn };
|
||||
Reference in New Issue
Block a user