import { Post, PostCard } from "./PostCard.tsx"; interface PostOpts { posts: Post[]; } export const PostCarousel = function PostCarousel({ posts }: PostOpts) { return (