mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Tiny fixup
This commit is contained in:
parent
d9aa7319be
commit
2776e660fa
6 changed files with 21 additions and 23 deletions
|
@ -1,7 +1,5 @@
|
|||
import type {
|
||||
BaseItemDto,
|
||||
BaseItemKind
|
||||
} from '@jellyfin/sdk/lib/generated-client';
|
||||
import { BaseItemKind } from '@jellyfin/sdk/lib/generated-client/models/base-item-kind';
|
||||
import type { BaseItemDto } from '@jellyfin/sdk/lib/generated-client/models/base-item-dto';
|
||||
import { CollectionType } from '@jellyfin/sdk/lib/generated-client/models/collection-type';
|
||||
import { useQuery } from '@tanstack/react-query';
|
||||
import { useApi } from '../../../../../hooks/useApi';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue