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:
parent
f12e2b3e78
commit
051058b5af
16 changed files with 16 additions and 16 deletions
|
@ -4,7 +4,7 @@ import useCurrentTab from 'hooks/useCurrentTab';
|
|||
import Page from 'components/Page';
|
||||
import PageTabContent from '../../components/library/PageTabContent';
|
||||
import { LibraryTab } from 'types/libraryTab';
|
||||
import { CollectionType } from '@jellyfin/sdk/lib/generated-client/';
|
||||
import { CollectionType } from '@jellyfin/sdk/lib/generated-client/models/collection-type';
|
||||
import { LibraryTabContent, LibraryTabMapping } from 'types/libraryTabContent';
|
||||
import { MovieSuggestionsSectionsView } from 'types/sections';
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ import useCurrentTab from 'hooks/useCurrentTab';
|
|||
import Page from 'components/Page';
|
||||
import PageTabContent from '../../components/library/PageTabContent';
|
||||
import { LibraryTab } from 'types/libraryTab';
|
||||
import { CollectionType } from '@jellyfin/sdk/lib/generated-client/';
|
||||
import { CollectionType } from '@jellyfin/sdk/lib/generated-client/models/collection-type';
|
||||
import { LibraryTabContent, LibraryTabMapping } from 'types/libraryTabContent';
|
||||
import { MusicSuggestionsSectionsView } from 'types/sections';
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ import useCurrentTab from 'hooks/useCurrentTab';
|
|||
import Page from 'components/Page';
|
||||
import PageTabContent from '../../components/library/PageTabContent';
|
||||
import { LibraryTab } from 'types/libraryTab';
|
||||
import { CollectionType } from '@jellyfin/sdk/lib/generated-client/';
|
||||
import { CollectionType } from '@jellyfin/sdk/lib/generated-client/models/collection-type';
|
||||
import { LibraryTabContent, LibraryTabMapping } from 'types/libraryTabContent';
|
||||
import { TvShowSuggestionsSectionsView } from 'types/sections';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue