import styles from "./list-item.module.css" import Card from "@components/card" import Skeleton from "@components/skeleton" export const ListItemSkeleton = () => (
  • <>
    {/* title */}

  • )