import styles from "./manga.module.css"; import Image from "next/image"; import SearchBar from "./searchBar"; export default async function Manga() { return (
Manga Intro Image
); }