aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/components
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-19 08:00:13 +0530
committerreal-zephex <[email protected]>2024-05-19 08:00:13 +0530
commit6ef5bd54d5cdea80adc6972dbcb662908b3e39dd (patch)
tree55c1c4ca2823ba62f2184d2de0ac29c4535117a5 /src/app/anime/components
parentminor changes to the manga page (diff)
downloaddramalama-6ef5bd54d5cdea80adc6972dbcb662908b3e39dd.tar.xz
dramalama-6ef5bd54d5cdea80adc6972dbcb662908b3e39dd.zip
added series support
Diffstat (limited to 'src/app/anime/components')
-rw-r--r--src/app/anime/components/popularAnimes.jsx2
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" });