mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 04:38:55 +00:00
fix(path): common import
This commit is contained in:
parent
1ab3725b54
commit
40eb74ea1b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { authWithHeaders } from '../../middlewares/api-v3/auth';
|
||||
import shops from '../../../../common/script/libs/shops';
|
||||
import { shops } from '../../../../common/';
|
||||
|
||||
let api = {};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue