import DoctorsPage from "@/components/doctors"; import Layout from "@/components/layout"; function Doctors() { return ( ); } export default Doctors;