import { Fragment } from 'react' import { Spacer } from '../general/spacer' import { Skeleton } from './skeleton' export function ListItemSkeleton({ subTitle, smallCircle, avatar = true, }: any) { const circleSize = smallCircle ? 20 : 40 return (