import UnderConstruction from "../shared/UnderConstruction";
export default function Assessment() {
return (
<UnderConstruction details="Automated job description generation and recruitment powered by a referral grid leveraging Ethereum DAO technology etc."/>
);
}