Further Updates

This commit is contained in:
mukesh13
2025-09-05 18:14:40 +05:30
parent 78a56a061b
commit e4ef985e69
10 changed files with 97 additions and 80 deletions

View File

@ -1,7 +1,7 @@
import ExomeTitle from './components/ExomeTitle';
import OperifyExome from './components/OperifyExome';
import SampleRequirements from './components/SampleRequirements';
import ClinicalAreasGrid from '../components/ClinicalAreasGrid';
import PageLayout from '../../../components/Layout/PageLayout';
export default function ExomePage() {
@ -20,6 +20,7 @@ export default function ExomePage() {
"Fresh or frozen tissue for certain cases"
]}
/>
<ClinicalAreasGrid/>
</PageLayout>
);
}