Flowchart update

This commit is contained in:
mukesh13
2025-08-06 15:03:48 +05:30
parent 7c50bcc33e
commit ae975e80d4
35 changed files with 1953 additions and 54 deletions

View File

@ -5,6 +5,7 @@ import MRNAAdvantages from './components/MRNAAdvantages';
import MRNAApplications from './components/MRNAApplications';
import MRNASpecifications from './components/MRNASpecifications';
import PageLayout from '../../components/Layout/PageLayout';
import MRNAPipeline from './components/MRNAPipeline';
export default function MRNASequencingPage() {
const breadcrumbs = [
@ -21,6 +22,7 @@ export default function MRNASequencingPage() {
/>
<MRNAIntroduction />
<MRNAAdvantages />
<MRNAPipeline/>
<MRNAApplications />
<MRNASpecifications />
</PageLayout>