diff --git a/src/components/NcAppNavigationCounter/NcAppNavigationCounter.vue b/src/components/NcAppNavigationCounter/NcAppNavigationCounter.vue
deleted file mode 100644
index 71f1090388..0000000000
--- a/src/components/NcAppNavigationCounter/NcAppNavigationCounter.vue
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
-### Normal Counter
-
-```
-314+
-```
-
-### Highlighted Counter (i.e. mentions)
-
-```
-@admin
-314+
-```
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/components/NcAppNavigationCounter/index.js b/src/components/NcAppNavigationCounter/index.js
deleted file mode 100644
index 175d497b20..0000000000
--- a/src/components/NcAppNavigationCounter/index.js
+++ /dev/null
@@ -1,23 +0,0 @@
-/**
- * @copyright Copyright (c) 2019 Marco Ambrosini
- *
- * @author Marco Ambrosini
- *
- * @license AGPL-3.0-or-later
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
- *
- */
-
-export { default } from './NcAppNavigationCounter.vue'
diff --git a/src/components/index.js b/src/components/index.js
index a1c655bd5b..1b4179643b 100644
--- a/src/components/index.js
+++ b/src/components/index.js
@@ -37,7 +37,6 @@ export { default as NcAppContentDetails } from './NcAppContentDetails/index.js'
export { default as NcAppContentList } from './NcAppContentList/index.js'
export { default as NcAppNavigation } from './NcAppNavigation/index.js'
export { default as NcAppNavigationCaption } from './NcAppNavigationCaption/index.js'
-export { default as NcAppNavigationCounter } from './NcAppNavigationCounter/index.js'
export { default as NcAppNavigationIconBullet } from './NcAppNavigationIconBullet/index.js'
export { default as NcAppNavigationItem } from './NcAppNavigationItem/index.js'
export { default as NcAppNavigationNew } from './NcAppNavigationNew/index.js'