import React from 'react' import { Skeleton } from './skeleton' export function SimpleListItemSkeleton() { return (
  • ) }