added first routing and mock for groups page

This commit is contained in:
Maren Süwer
2018-07-31 10:16:18 +02:00
parent 3178c14af8
commit 83c5e6746b
4 changed files with 36 additions and 1 deletions

View File

@@ -23,6 +23,11 @@ class PrimaryNavigation extends React.Component<Props> {
match="/(user|users)"
label={t("primary-navigation.users")}
/>
<PrimaryNavigationLink
to="/groups"
match="/(group|groups)"
label={t("primary-navigation.groups")}
/>
<PrimaryNavigationLink
to="/logout"
label={t("primary-navigation.logout")}