Changed Files
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import React from 'react'
|
||||
import joblistings from '../components/jobListings'
|
||||
|
||||
const jobspage = () => {
|
||||
const JobsPage = () => {
|
||||
return
|
||||
<section className='bg-blue-50 px-4 py-6'>
|
||||
<joblistings />
|
||||
</section>
|
||||
}
|
||||
|
||||
export default jobspage
|
||||
export default JobsPage
|
||||
|
||||
Reference in New Issue
Block a user