DNA SNP update
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user