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