diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/utils/methods.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/methods.ts b/src/utils/methods.ts index 17ad055..2e062d7 100644 --- a/src/utils/methods.ts +++ b/src/utils/methods.ts @@ -3,7 +3,7 @@ import type { Top10Anime, MostPopularAnime, Top10AnimeTimePeriod, -} from "../models/anime.js"; +} from "../types/anime.js"; import type { CheerioAPI, SelectorType } from "cheerio"; import createHttpError, { HttpError } from "http-errors"; |
