mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 10:09:59 +00:00
Use Messenger class and move messaging module to top-level
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user