copied the code from the working repo
This commit is contained in:
7
mtucijobsweb2/app/create/page.tsx
Normal file
7
mtucijobsweb2/app/create/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import VacansyPage from "@/fsd/pages/VacansyPage";
|
||||
|
||||
const Create = () => {
|
||||
return <><VacansyPage/></>;
|
||||
};
|
||||
|
||||
export default Create;
|
||||
Reference in New Issue
Block a user