Dashboard settings starting to work

This commit is contained in:
Torkel Ödegaard
2019-02-03 10:55:58 +01:00
parent 83937f59c0
commit 8dec74689d
9 changed files with 276 additions and 16 deletions

View File

@@ -1,4 +1,5 @@
import { Emitter } from './utils/emitter';
const appEvents = new Emitter();
export const appEvents = new Emitter();
export default appEvents;