export default function PosterBox({ posterList }: { posterList: string[] }) { return (
) }