1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update imports to use full path

This commit is contained in:
Telepathic Walrus 2024-01-06 19:13:24 +00:00 committed by Bill Thornton
parent f12e2b3e78
commit 051058b5af
16 changed files with 16 additions and 16 deletions

View file

@ -23,7 +23,7 @@ import ShuffleButton from './ShuffleButton';
import SortButton from './SortButton';
import GridListViewButton from './GridListViewButton';
import { LibraryViewSettings, ParentId, ViewMode } from 'types/library';
import { CollectionType } from '@jellyfin/sdk/lib/generated-client/';
import { CollectionType } from '@jellyfin/sdk/lib/generated-client/models/collection-type';
import { LibraryTab } from 'types/libraryTab';
import { CardOptions } from 'types/cardOptions';