switch to types.ts file

This commit is contained in:
unurled 2025-07-07 18:40:26 +00:00
parent ac111154fe
commit 4430dc0293
No known key found for this signature in database
GPG key ID: 63B897371792D3D8
7 changed files with 27 additions and 27 deletions

View file

@ -5,7 +5,7 @@
BreadcrumbList,
BreadcrumbSeparator
} from '$lib/components/ui/breadcrumb';
import type { BreadcrumbItem as BreadcrumbItemType } from '../../app';
import type { BreadcrumbItem as BreadcrumbItemType } from '@/types';
import { cn } from '$lib/utils';
import { getContext } from 'svelte';
import Nav from '$lib/components/nav.svelte';