import React from 'react'; import { MangaCard } from './MangaCard.jsx'; export function MangaGrid({ mangas, onMangaClick }) { return (