Health page creation

This commit is contained in:
mukesh13
2025-08-12 12:00:54 +05:30
parent 579dc6fabd
commit 1faea492a6

View File

@ -1,5 +1,5 @@
import HealthTitle from './components/HealthTitle';
import HealthIntro from './components/HealthIntro';
import HealthTitle from './components/HealthTitle';
import ClinicalAreas from './components/ClinicalAreas';
import PageLayout from '../components/Layout/PageLayout';