aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/settingsWS/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/settingsWS/index.js')
-rwxr-xr-xsrc/features/settingsWS/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/settingsWS/index.js b/src/features/settingsWS/index.js
index 2064d2973..6711296da 100755
--- a/src/features/settingsWS/index.js
+++ b/src/features/settingsWS/index.js
@@ -1,7 +1,7 @@
1import { reaction } from 'mobx'; 1import { reaction } from 'mobx';
2import { SettingsWSStore } from './store'; 2import { SettingsWSStore } from './store';
3 3
4const debug = require('debug')('Franz:feature:settingsWS'); 4const debug = require('debug')('Ferdi:feature:settingsWS');
5 5
6export const settingsStore = new SettingsWSStore(); 6export const settingsStore = new SettingsWSStore();
7 7