diff --git a/common/api/utils.js b/common/api/utils.js index 7e48253f..276d09ca 100644 --- a/common/api/utils.js +++ b/common/api/utils.js @@ -2,6 +2,7 @@ // feel free to replace with your code // (get, post are used in ApiServices) + import {getLocalToken} from 'api/AuthSvc'; import config from 'config'