diff options
Diffstat (limited to 'src/state/index.ts')
-rw-r--r-- | src/state/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/state/index.ts b/src/state/index.ts index 9ebf321e4..0749a6cca 100644 --- a/src/state/index.ts +++ b/src/state/index.ts @@ -5,6 +5,8 @@ import * as libapi from './lib/api' import * as storage from './lib/storage' // import * as auth from './auth' TODO +import {ShellModel} from './models/shell' + const ROOT_STATE_STORAGE_KEY = 'root' export async function setupState() { |