import ClinicsPage from '@/components/clinics'; import Layout from '@/components/layout'; function Clinics() { return ( ) } export default Clinics