flowchart changes updated

This commit is contained in:
mukesh13
2025-09-04 02:33:03 +05:30
parent 3f803ac0c9
commit 78a56a061b
65 changed files with 2234 additions and 992 deletions

View File

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