about summary refs log tree commit diff
path: root/src/state/index.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-09-02 11:51:46 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-09-02 11:51:46 -0500
commit6835caa7609259a64ba0aa2c9ddb34b7d5eb7793 (patch)
tree7b467ac75f59c39699e098b6dba55e3ab291b083 /src/state/index.ts
parent8de3b066ebb7cd420051670b446d520adca6cb23 (diff)
downloadvoidsky-6835caa7609259a64ba0aa2c9ddb34b7d5eb7793.tar.zst
Add more robust modals controller
Diffstat (limited to 'src/state/index.ts')
-rw-r--r--src/state/index.ts2
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() {