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

@@ -344,9 +344,9 @@
import svgPin from '@/assets/svg/pin.svg';
import shops from 'common/script/libs/shops';
import shops from '@/../../common/script/libs/shops';
import isPinned from 'common/script/libs/isPinned';
import isPinned from '@/../../common/script/libs/isPinned';
import _filter from 'lodash/filter';
import _sortBy from 'lodash/sortBy';