"use client"; import ItemClinic from "@/components/clinics/list/ItemClinic"; export default function Loading() { return (
); }