diff options
Diffstat (limited to 'src/state/index.ts')
-rw-r--r-- | src/state/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/index.ts b/src/state/index.ts index 0e70055e0..fa7c9518d 100644 --- a/src/state/index.ts +++ b/src/state/index.ts @@ -6,7 +6,7 @@ import { } from './models/root-store' import {Environment} from './env' import * as storage from './storage' -import * as auth from '../api/auth' +import * as auth from './auth' const ROOT_STATE_STORAGE_KEY = 'root' |