diff options
Diffstat (limited to 'src/utils/helpers/images.ts')
| -rw-r--r-- | src/utils/helpers/images.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/utils/helpers/images.ts b/src/utils/helpers/images.ts index bff50c3..6e0c2c5 100644 --- a/src/utils/helpers/images.ts +++ b/src/utils/helpers/images.ts @@ -1,5 +1,4 @@ -import { Image } from '../../types/app'; -import { RawCover } from '../../types/raw-data'; +import { type Image, type RawCover } from '../../types'; /** * Retrieve an Image object from raw data. |
