mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
migrate remaining paths
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user