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