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