"use client"; import ItemDoctor from "@/app/component/ItemDoctor"; export default function Loading() { return (
); }