mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix(shops): correct imports
This commit is contained in:
parent
96a919ed4b
commit
90b34c4dac
1 changed files with 1 additions and 1 deletions
|
|
@ -263,8 +263,8 @@
|
|||
</style>
|
||||
|
||||
<script>
|
||||
import moment from 'moment';
|
||||
import { mapState } from '@/libs/store';
|
||||
import seasonalShopConfig from '@/../../common/script/libs/shops-seasonal.config';
|
||||
|
||||
import svgClock from '@/assets/svg/clock.svg';
|
||||
import svgClose from '@/assets/svg/close.svg';
|
||||
|
|
|
|||
Loading…
Reference in a new issue