flowchart changes updated
This commit is contained in:
@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user