In Progress work for Jobs Form.
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
import React from "react";
|
||||
import JobsDetail from "./jobs-detail.page";
|
||||
|
||||
export default function JobsDetailPageContainer({ match }) {
|
||||
const jobId = match.params.jobId;
|
||||
return <JobsDetail jobId={jobId} />;
|
||||
}
|
||||
Reference in New Issue
Block a user