copied the code from the working repo
This commit is contained in:
14
mtucijobsweb2/fsd/pages/ViewVacansyPage.tsx
Normal file
14
mtucijobsweb2/fsd/pages/ViewVacansyPage.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import ViewVacansy from "../widgets/ViewVacansy/ViewVacansy";
|
||||
|
||||
|
||||
|
||||
type Props = {};
|
||||
const ViewVacansyPage = (props: Props) => {
|
||||
return (
|
||||
<>
|
||||
<ViewVacansy />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default ViewVacansyPage;
|
||||
Reference in New Issue
Block a user