Move objective group files to own folder
This commit is contained in:
parent
3a1d2b8168
commit
949846f9d0
|
|
@ -15,8 +15,8 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import ObjectiveGroup from '@/components/modules/ObjectiveGroup';
|
import ObjectiveGroup from '@/components/objective-groups/ObjectiveGroup';
|
||||||
import ObjectiveGroupControl from '@/components/modules/ObjectiveGroupControl';
|
import ObjectiveGroupControl from '@/components/objective-groups/ObjectiveGroupControl';
|
||||||
import {meQuery} from '@/graphql/queries';
|
import {meQuery} from '@/graphql/queries';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
Loading…
Reference in New Issue