Changed Files

This commit is contained in:
2025-01-01 15:05:44 +02:00
parent d4270a1e84
commit 68f09078e9
7 changed files with 101 additions and 98 deletions

View File

@@ -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