From c4318e73618e6602752f43afa2b1167a55422cbf Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Fri, 19 Jan 2024 19:55:46 +0530 Subject: refactor: `types` dir import --- src/utils/methods.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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"; -- cgit v1.2.3