refactor: types dir import

This commit is contained in:
Ritesh Ghosh
2024-01-19 19:55:46 +05:30
parent 9c37cb0cad
commit c4318e7361
+1 -1
View File
@@ -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";