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