Skip to content

Commit c7ac36f

Browse files
actually export it
1 parent 07c6963 commit c7ac36f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sessions/WebSocketSession/hosts.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import { IPitcherClient } from "@codesandbox/pitcher-client";
22
import { HostToken } from "../../Hosts";
33

4+
export { HostToken } from "../../Hosts";
5+
46
export class Hosts {
57
constructor(
68
private pitcherClient: IPitcherClient,

0 commit comments

Comments
 (0)