import styles from "../styles/popular.module.css"; import Image from "next/image"; import Link from "next/link"; import { PreFetchAnimeInfo } from "./cacher"; export default async function RecentDramas() { const popular = await getPopular(); PreFetchAnimeInfo(popular); return (
{item.title}