import Grid from "components/grid"; export default function Loading() { return ( <>
{Array(12) .fill(0) .map((_, index) => { return ( ); })} ); }