Use Messenger class and move messaging module to top-level

This commit is contained in:
hensm
2020-08-11 05:38:07 +01:00
parent 01e30bca58
commit c608596edd
13 changed files with 56 additions and 50 deletions

View File

@@ -1,7 +1,7 @@
"use strict";
import * as cast from "./cast";
import { Message } from "../lib/messaging";
import { Message } from "../messaging";
import { BridgeInfo } from "../lib/bridge";