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