diff --git a/src/App.vue b/src/App.vue index 11027ab7..02a4bc58 100644 --- a/src/App.vue +++ b/src/App.vue @@ -262,7 +262,7 @@ import authTypes from './models/authTypes' import swEvents from './ServiceWorker/events' - import Notification from './components/global/notification' + import Notification from './components/misc/notification' import {CURRENT_LIST, IS_FULLPAGE, ONLINE} from './store/mutation-types' export default { diff --git a/src/components/global/colorPicker.vue b/src/components/input/colorPicker.vue similarity index 100% rename from src/components/global/colorPicker.vue rename to src/components/input/colorPicker.vue diff --git a/src/components/global/easymde.vue b/src/components/input/easymde.vue similarity index 97% rename from src/components/global/easymde.vue rename to src/components/input/easymde.vue index 4c42f510..5b95cfb3 100644 --- a/src/components/global/easymde.vue +++ b/src/components/input/easymde.vue @@ -76,7 +76,7 @@