mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(widget): add brodcastChannel HOC
This commit is contained in:
@@ -13,7 +13,7 @@ import {
|
||||
BroadcastChannelContext,
|
||||
BroadcastChannelData,
|
||||
IBroadcastChannelContext,
|
||||
} from "@/contexts/broadcast-channel";
|
||||
} from "@/contexts/broadcast-channel.context";
|
||||
|
||||
export const useBroadcast = <
|
||||
T extends BroadcastChannelData = BroadcastChannelData,
|
||||
Reference in New Issue
Block a user