Move objective group files to own folder

This commit is contained in:
Ramon Wenger 2018-11-20 15:17:53 +01:00
parent 3a1d2b8168
commit 949846f9d0
3 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
</template>
<script>
import ObjectiveGroup from '@/components/modules/ObjectiveGroup';
import ObjectiveGroupControl from '@/components/modules/ObjectiveGroupControl';
import ObjectiveGroup from '@/components/objective-groups/ObjectiveGroup';
import ObjectiveGroupControl from '@/components/objective-groups/ObjectiveGroupControl';
import {meQuery} from '@/graphql/queries';
export default {