Docker config
This commit is contained in:
16
app/components/SampleInitiation/SampleInitiationPage.jsx
Normal file
16
app/components/SampleInitiation/SampleInitiationPage.jsx
Normal file
@ -0,0 +1,16 @@
|
||||
import React from 'react';
|
||||
import PageTitle from './PageTitle';
|
||||
import ProcessSection from './ProcessSection';
|
||||
import ContactNote from './ContactNote';
|
||||
|
||||
const SampleInitiationPage = () => {
|
||||
return (
|
||||
<div className="page-content">
|
||||
<PageTitle />
|
||||
<ProcessSection />
|
||||
<ContactNote />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default SampleInitiationPage;
|
||||
Reference in New Issue
Block a user