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