Move objective group files to own folder
This commit is contained in:
parent
3a1d2b8168
commit
949846f9d0
|
|
@ -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 {
|
||||
Loading…
Reference in New Issue