refactor: types dir import
This commit is contained in:
@@ -3,7 +3,7 @@ import type {
|
|||||||
Top10Anime,
|
Top10Anime,
|
||||||
MostPopularAnime,
|
MostPopularAnime,
|
||||||
Top10AnimeTimePeriod,
|
Top10AnimeTimePeriod,
|
||||||
} from "../models/anime.js";
|
} from "../types/anime.js";
|
||||||
import type { CheerioAPI, SelectorType } from "cheerio";
|
import type { CheerioAPI, SelectorType } from "cheerio";
|
||||||
import createHttpError, { HttpError } from "http-errors";
|
import createHttpError, { HttpError } from "http-errors";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user