diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-09-02 11:51:46 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-09-02 11:51:46 -0500 |
commit | 6835caa7609259a64ba0aa2c9ddb34b7d5eb7793 (patch) | |
tree | 7b467ac75f59c39699e098b6dba55e3ab291b083 /src/state/index.ts | |
parent | 8de3b066ebb7cd420051670b446d520adca6cb23 (diff) | |
download | voidsky-6835caa7609259a64ba0aa2c9ddb34b7d5eb7793.tar.zst |
Add more robust modals controller
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() { |