import Pageguide from "@/app/component/Pageguide" import clinics from '@/data/clinics.json'; import ItemClinic from "./ItemClinic"; import Pagination from "@/app/component/Pagination"; function List() { const listPage = ['کلینیک ها', 'اهواز'] return (
) } export default List