Add new ide to separate unlisted page.

related to #218
This commit is contained in:
Kurt Hutten
2021-03-05 08:09:43 +11:00
parent 6097866034
commit 7053357c47
3 changed files with 19 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ const Routes = () => {
)
return (
<Router>
<Route path="/dev-ide" page={DevIdePage} name="devIde" />
<Route path="/policies/privacy-policy" page={PrivacyPolicyPage} name="privacyPolicy" />
<Route path="/policies/code-of-conduct" page={CodeOfConductPage} name="codeOfConduct" />
<Route path="/account-recovery/update-password" page={UpdatePasswordPage} name="updatePassword" />