aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.tsx')
-rw-r--r--src/app.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.tsx b/src/app.tsx
index 4d4100c40..77ec27021 100644
--- a/src/app.tsx
+++ b/src/app.tsx
@@ -24,7 +24,7 @@ window.addEventListener('load', () => {
24 const api = apiFactory(serverApi, new LocalApi()); 24 const api = apiFactory(serverApi, new LocalApi());
25 const history = createHashHistory(); 25 const history = createHashHistory();
26 const router = new RouterStore(history); 26 const router = new RouterStore(history);
27 // @ts-ignore - Need to provide proper typings for actions 27 // @ts-expect-error - Need to provide proper typings for actions
28 const stores = storeFactory(api, actions, router); 28 const stores = storeFactory(api, actions, router);
29 const menu = new MenuFactory(stores, actions); 29 const menu = new MenuFactory(stores, actions);
30 const touchBar = new TouchBarFactory(stores, actions); 30 const touchBar = new TouchBarFactory(stores, actions);