copied the code from the working repo
This commit is contained in:
9
mtucijobsweb2/app/editvacansy/[id]/page.tsx
Normal file
9
mtucijobsweb2/app/editvacansy/[id]/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
import EditVacancyPage from '@/fsd/pages/EditVacancyPage';
|
||||
import React from 'react';
|
||||
|
||||
const Edit = ({ params }: { params: { id: number } }) => {
|
||||
return <EditVacancyPage id={params.id} />;
|
||||
};
|
||||
|
||||
export default Edit;
|
||||
Reference in New Issue
Block a user