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

@@ -6,7 +6,7 @@ import ReactDOM from "react-dom";
import knownApps from "../../lib/knownApps";
import { Message } from "../../lib/messaging";
import { Message } from "../../messaging";
import { getNextEllipsis } from "../../lib/utils";
import { Receiver } from "../../types";