aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/quickSwitch
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/quickSwitch')
-rw-r--r--src/features/quickSwitch/index.ts (renamed from src/features/quickSwitch/index.js)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/quickSwitch/index.js b/src/features/quickSwitch/index.ts
index a16017219..e9cc36b2a 100644
--- a/src/features/quickSwitch/index.js
+++ b/src/features/quickSwitch/index.ts
@@ -12,7 +12,7 @@ export default function initialize() {
12 state.isModalVisible = true; 12 state.isModalVisible = true;
13 } 13 }
14 14
15 window.ferdi.features.quickSwitch = { 15 window['ferdi'].features.quickSwitch = {
16 state, 16 state,
17 showModal, 17 showModal,
18 }; 18 };