refactor(utils): remove unused variable
This commit is contained in:
parent
a0daa29871
commit
bbf780df4a
1 changed files with 0 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
|||
// implement messaging system between MF's
|
||||
const listeners = {};
|
||||
|
||||
// - broadcast message
|
||||
export function broadcast(action, data) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue