import MangaSearchBox from "./components/inputContainer"; export const metadata = { title: "Dramalama Manga", description: "Manga/Manhwa page for Dramalama", }; const MangaHomePage = async () => { return (

Welcome to
Dramalama-Manga

); }; export default MangaHomePage;