refactor(utils): remove unused variable

This commit is contained in:
Ayo 2024-01-22 23:19:57 +01:00
parent a0daa29871
commit bbf780df4a

View file

@ -1,5 +1,4 @@
// implement messaging system between MF's
const listeners = {};
// - broadcast message
export function broadcast(action, data) {