Fix import errors

This commit is contained in:
Bill Thornton
2025-04-09 18:04:02 -04:00
parent 590ce49f15
commit 887795eeb3
38 changed files with 64 additions and 44 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
import { BaseItemKind, ImageType } from '@jellyfin/sdk/lib/generated-client';
import { BaseItemKind } from '@jellyfin/sdk/lib/generated-client/models/base-item-kind';
import { ImageType } from '@jellyfin/sdk/lib/generated-client/models/image-type';
import React, { type FC } from 'react';
import Image from './Image';
import DefaultIconText from './DefaultIconText';
import type { ItemDto } from 'types/base/models/item-dto';