7 lines
267 B
TypeScript
7 lines
267 B
TypeScript
// ============================================================================
|
|
// Providers Export
|
|
// ============================================================================
|
|
|
|
export { TargetChannelProvider, useTargetChannel } from "./target-channel-provider";
|
|
|