import { For } from "solid-js"; export function MatchDetailsFutureSkeleton() { return (
{() =>
}
{() =>
}
); }