switch to types.ts file
This commit is contained in:
parent
ac111154fe
commit
4430dc0293
7 changed files with 27 additions and 27 deletions
|
@ -12,7 +12,7 @@
|
|||
} from '$lib/components/ui/card';
|
||||
import { Badge } from '$lib/components/ui/badge';
|
||||
import { Calendar, Users, MapPin } from 'lucide-svelte';
|
||||
import type { BreadcrumbItem } from '../app';
|
||||
import type { BreadcrumbItem } from '@/types';
|
||||
import { Skeleton } from '$lib/components/ui/skeleton';
|
||||
import type { PageProps } from './$types.js';
|
||||
import { toast } from 'svelte-sonner';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue