fix(path): common import

This commit is contained in:
Sabe Jones
2016-07-26 22:30:43 +00:00
parent 1ab3725b54
commit 40eb74ea1b

View File

@@ -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 = {};