import FilterSelect from "./tag-filter"; import SortSelect from "./sort-select"; import Pagination from "./pagination"; export default function Skeleton() { return (

??? Miis

{[...Array(24)].map((_, index) => (
{/* Carousel Skeleton */}
{/* Content */}
{/* Name */}
{/* Tags */}
{/* Bottom row */}
))}
); }