import ViewVacansy from "../widgets/ViewVacansy/ViewVacansy"; type Props = {}; const ViewVacansyPage = (props: Props) => { return ( <> ); }; export default ViewVacansyPage;