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