mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +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 { authWithHeaders } from '../../middlewares/api-v3/auth';
|
||||||
import shops from '../../../../common/script/libs/shops';
|
import { shops } from '../../../../common/';
|
||||||
|
|
||||||
let api = {};
|
let api = {};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue