import PsychologyNav from "./PsychologyNav";
export default function HelpPage() {
return <div >
<PsychologyNav />
</div>
}