migrate remaining paths

This commit is contained in:
Matteo Pagliazzi
2019-10-01 16:00:06 +02:00
parent e69275663b
commit b466d12263
75 changed files with 155 additions and 3609 deletions

View File

@@ -154,11 +154,11 @@
import attributesGrid from '@/components/inventory/equipment/attributesGrid';
import { mapState } from '@/libs/store';
import Content from '../../../common/script/content';
import { beastMasterProgress, mountMasterProgress } from '../../../common/script/count';
import autoAllocate from '../../../common/script/fns/autoAllocate';
import allocateBulk from '../../../common/script/ops/stats/allocateBulk';
import statsComputed from '../../../common/script/libs/statsComputed';
import Content from '@/../../common/script/content';
import { beastMasterProgress, mountMasterProgress } from '@/../../common/script/count';
import autoAllocate from '@/../../common/script/fns/autoAllocate';
import allocateBulk from '@/../../common/script/ops/stats/allocateBulk';
import statsComputed from '@/../../common/script/libs/statsComputed';
import axios from 'axios';