import React from 'react' import joblistings from '../components/jobListings' const JobsPage = () => { return
} export default JobsPage