import clsx from "clsx"; import * as styles from "./styles.module.css"; export function Skeleton({ className, ...props }) { return (
); }