import { Skeleton, VStack } from "@hope-ui/solid" import { For } from "solid-js" const ListSkeleton = () => { return ( {() => } ) } export default ListSkeleton