issue-165 Add code of conduct

resolves #165
This commit is contained in:
Kurt Hutten
2020-12-19 17:37:04 +11:00
parent ee11f164a3
commit 96025b8e16
6 changed files with 231 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ const Routes = () => {
)
return (
<Router>
<Route path="/policies/code-of-conduct" page={CodeOfConductPage} name="codeOfConduct" />
<Route path="/account-recovery/update-password" page={UpdatePasswordPage} name="updatePassword" />
<Route path="/account-recovery" page={AccountRecoveryPage} name="accountRecovery" />
<Route path="/" page={HomePage} name="home" />