diff --git a/client/src/App.vue b/client/src/App.vue index 83fa32b..4e27cd1 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -12,8 +12,8 @@ import { mapActions } from 'vuex' import Default from '@/layouts/Default.vue' import Home from '@/layouts/Home.vue' -import NotificationsContainer from '@/components/NotificationsContainer.vue' -import SVGContainer from '@/components/SVGContainer.vue' +import NotificationsContainer from '@/components/Global/NotificationsContainer.vue' +import SVGContainer from '@/components/Global/SVGContainer.vue' export default { components: { diff --git a/client/src/components/DotsLoader.vue b/client/src/components/Common/DotsLoader.vue similarity index 100% rename from client/src/components/DotsLoader.vue rename to client/src/components/Common/DotsLoader.vue diff --git a/client/src/components/LazyBackgroundImage.vue b/client/src/components/Common/LazyBackgroundImage.vue similarity index 100% rename from client/src/components/LazyBackgroundImage.vue rename to client/src/components/Common/LazyBackgroundImage.vue diff --git a/client/src/components/Ripple.vue b/client/src/components/Common/Ripple.vue similarity index 100% rename from client/src/components/Ripple.vue rename to client/src/components/Common/Ripple.vue diff --git a/client/src/components/Dropdown.vue b/client/src/components/Common/Tooltip.vue similarity index 91% rename from client/src/components/Dropdown.vue rename to client/src/components/Common/Tooltip.vue index 1de72b5..b7be143 100644 --- a/client/src/components/Dropdown.vue +++ b/client/src/components/Common/Tooltip.vue @@ -3,16 +3,16 @@