diff options
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/methods.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/utils/methods.ts b/src/utils/methods.ts index 04be65c..17ad055 100644 --- a/src/utils/methods.ts +++ b/src/utils/methods.ts @@ -1,11 +1,11 @@ -import { CheerioAPI, SelectorType } from "cheerio"; -import createHttpError, { HttpError } from "http-errors"; -import { +import type { Anime, Top10Anime, MostPopularAnime, Top10AnimeTimePeriod, -} from "../models/anime"; +} from "../models/anime.js"; +import type { CheerioAPI, SelectorType } from "cheerio"; +import createHttpError, { HttpError } from "http-errors"; export const extractAnimes = ( $: CheerioAPI, |
