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