DNA SNP update

This commit is contained in:
2025-09-12 18:34:12 +05:30
parent 547b18ac1e
commit d4f51843bd
2 changed files with 42 additions and 30 deletions

View File

@ -1,6 +1,7 @@
// app/dna-sequencing/snp-genotyping/page.js
import DNATitleBar from '../../../components/shared/DNATitleBar';
import SNPIntroduction from '../components/SNPIntroduction';
import SNPAdvantages from '../components/SNPAdvantages';
import SNPApplications from '../components/SNPApplications';
import SNPSpecifications from '../components/SNPSpecifications';
import PageLayout from '../../../components/Layout/PageLayout';
@ -25,6 +26,7 @@ export default function ddRADPage() {
<div className="page-content">
<SNPIntroduction />
<SNPAdvantages/>
<SNPApplications />
<SNPSpecifications />
</div>