From 949846f9d07aa5bcff7d6088232e5cac8808f3de Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 20 Nov 2018 15:17:53 +0100 Subject: [PATCH] Move objective group files to own folder --- .../{modules => objective-groups}/ObjectiveGroup.vue | 0 .../{modules => objective-groups}/ObjectiveGroupControl.vue | 0 .../{modules => objective-groups}/ObjectiveGroups.vue | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename client/src/components/{modules => objective-groups}/ObjectiveGroup.vue (100%) rename client/src/components/{modules => objective-groups}/ObjectiveGroupControl.vue (100%) rename client/src/components/{modules => objective-groups}/ObjectiveGroups.vue (91%) diff --git a/client/src/components/modules/ObjectiveGroup.vue b/client/src/components/objective-groups/ObjectiveGroup.vue similarity index 100% rename from client/src/components/modules/ObjectiveGroup.vue rename to client/src/components/objective-groups/ObjectiveGroup.vue diff --git a/client/src/components/modules/ObjectiveGroupControl.vue b/client/src/components/objective-groups/ObjectiveGroupControl.vue similarity index 100% rename from client/src/components/modules/ObjectiveGroupControl.vue rename to client/src/components/objective-groups/ObjectiveGroupControl.vue diff --git a/client/src/components/modules/ObjectiveGroups.vue b/client/src/components/objective-groups/ObjectiveGroups.vue similarity index 91% rename from client/src/components/modules/ObjectiveGroups.vue rename to client/src/components/objective-groups/ObjectiveGroups.vue index 9a71c673..56366d28 100644 --- a/client/src/components/modules/ObjectiveGroups.vue +++ b/client/src/components/objective-groups/ObjectiveGroups.vue @@ -15,8 +15,8 @@