diff --git a/apps/settings/src/views/Users.vue b/apps/settings/src/views/Users.vue
index 1975dc9acf0..1c175b6ce18 100644
--- a/apps/settings/src/views/Users.vue
+++ b/apps/settings/src/views/Users.vue
@@ -34,7 +34,7 @@
-
+
+
-
-
-
-
-
-
-
-
-
-
- {{ t('settings', 'Create group') }}
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ {{ t('settings', 'Create group') }}
+
+
+
+
+
-
+
@@ -150,6 +153,7 @@ import NcAppContent from '@nextcloud/vue/dist/Components/NcAppContent.js'
import NcAppNavigation from '@nextcloud/vue/dist/Components/NcAppNavigation.js'
import NcAppNavigationCaption from '@nextcloud/vue/dist/Components/NcAppNavigationCaption.js'
import NcAppNavigationItem from '@nextcloud/vue/dist/Components/NcAppNavigationItem.js'
+import NcAppNavigationList from '@nextcloud/vue/dist/Components/NcAppNavigationList.js'
import NcAppNavigationNew from '@nextcloud/vue/dist/Components/NcAppNavigationNew.js'
import NcContent from '@nextcloud/vue/dist/Components/NcContent.js'
import NcCounterBubble from '@nextcloud/vue/dist/Components/NcCounterBubble.js'
@@ -182,6 +186,7 @@ export default {
NcAppNavigation,
NcAppNavigationCaption,
NcAppNavigationItem,
+ NcAppNavigationList,
NcAppNavigationNew,
NcContent,
NcCounterBubble,