diff options
| author | real-zephex <[email protected]> | 2024-05-19 08:00:13 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-05-19 08:00:13 +0530 |
| commit | 6ef5bd54d5cdea80adc6972dbcb662908b3e39dd (patch) | |
| tree | 55c1c4ca2823ba62f2184d2de0ac29c4535117a5 /src/app/anime/components | |
| parent | minor changes to the manga page (diff) | |
| download | dramalama-6ef5bd54d5cdea80adc6972dbcb662908b3e39dd.tar.xz dramalama-6ef5bd54d5cdea80adc6972dbcb662908b3e39dd.zip | |
added series support
Diffstat (limited to 'src/app/anime/components')
| -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" }); |