Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2021-04-08 11:02:05 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2021-04-08 11:02:05 +0300
commit59bb1f21a464862adebbe6f1484e95242ab7901c (patch)
tree9cef331ce1eaec27111c3947f6e058343affa794
parentf389d8930c9308ef38bf19eb133e57701ffb67ae (diff)
Correct import statement
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
-rw-r--r--src/views/AppNavigation.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/AppNavigation.vue b/src/views/AppNavigation.vue
index 2877d89d..bdb16cb6 100644
--- a/src/views/AppNavigation.vue
+++ b/src/views/AppNavigation.vue
@@ -97,8 +97,8 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
<script>
import ListItemCalendar from '../components/AppNavigation/ListItemCalendar.vue'
-import Colorpicker from '../components/AppNavigation//Colorpicker.vue'
-import TheSettings from '../components/AppNavigation//TheSettings.vue'
+import Colorpicker from '../components/AppNavigation/Colorpicker.vue'
+import TheSettings from '../components/AppNavigation/TheSettings.vue'
import AppNavigation from '@nextcloud/vue/dist/Components/AppNavigation'
import AppNavigationCounter from '@nextcloud/vue/dist/Components/AppNavigationCounter'