diff options
Diffstat (limited to 'src/app/anime/components/popularAnimes.jsx')
| -rw-r--r-- | src/app/anime/components/popularAnimes.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/anime/components/popularAnimes.jsx b/src/app/anime/components/popularAnimes.jsx index 2259a42..5bf8904 100644 --- a/src/app/anime/components/popularAnimes.jsx +++ b/src/app/anime/components/popularAnimes.jsx @@ -4,7 +4,7 @@ import { Atkinson_Hyperlegible } from "next/font/google"; import styles from "../styles/pop_recent_top.module.css"; import { popular, anime_info } from "../data-fetch/request"; -import { preFetchAnimeInfo, preFetchVideoLinks } from "./cacher"; +import { preFetchAnimeInfo } from "./cacher"; const atkinson = Atkinson_Hyperlegible({ subsets: ["latin"], weight: "400" }); |