From 084388a21ec669607bdb6245963dc011c523e142 Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Tue, 29 Oct 2019 18:04:51 +0100 Subject: [PATCH] Follow new file structure - avoid nested directories --- webapp/components/{ => Empty}/Empty.vue | 0 webapp/layouts/default.vue | 2 +- webapp/pages/admin/notifications.vue | 2 +- webapp/pages/admin/organizations.vue | 2 +- webapp/pages/admin/pages.vue | 2 +- webapp/pages/admin/settings.vue | 2 +- webapp/pages/index.vue | 2 +- webapp/pages/moderation/index.vue | 2 +- webapp/pages/post/_id/_slug/more-info.vue | 2 +- webapp/pages/post/_id/_slug/take-action.vue | 2 +- webapp/pages/profile/_id/_slug.vue | 2 +- webapp/pages/registration/signup.vue | 2 +- webapp/pages/settings/data-download.vue | 2 +- webapp/pages/settings/invites.vue | 2 +- webapp/pages/settings/languages.vue | 2 +- webapp/pages/settings/my-organizations.vue | 2 +- 16 files changed, 15 insertions(+), 15 deletions(-) rename webapp/components/{ => Empty}/Empty.vue (100%) diff --git a/webapp/components/Empty.vue b/webapp/components/Empty/Empty.vue similarity index 100% rename from webapp/components/Empty.vue rename to webapp/components/Empty/Empty.vue diff --git a/webapp/layouts/default.vue b/webapp/layouts/default.vue index 7a95ada76..a39e0a148 100644 --- a/webapp/layouts/default.vue +++ b/webapp/layouts/default.vue @@ -98,7 +98,7 @@ import { mapGetters, mapActions } from 'vuex' import LocaleSwitch from '~/components/LocaleSwitch/LocaleSwitch' import SearchInput from '~/components/SearchInput.vue' import Modal from '~/components/Modal' -import NotificationMenu from '~/components/notifications/NotificationMenu/NotificationMenu' +import NotificationMenu from '~/components/NotificationMenu/NotificationMenu' import seo from '~/mixins/seo' import FilterPosts from '~/components/FilterPosts/FilterPosts.vue' import CategoryQuery from '~/graphql/CategoryQuery.js' diff --git a/webapp/pages/admin/notifications.vue b/webapp/pages/admin/notifications.vue index 0d348633f..faad87a46 100644 --- a/webapp/pages/admin/notifications.vue +++ b/webapp/pages/admin/notifications.vue @@ -5,7 +5,7 @@