import { Skeleton } from '@/components/ui/skeleton'; type Props = { i: number, isNestable?: boolean, }; const ListItemPlaceholder = function ( props: Props ) { const { i, isNestable = false, } = props; return (