diff --git a/src/ws/proxy/mod.ts b/src/ws/proxy/mod.ts index e69de29bb..b345c0567 100644 --- a/src/ws/proxy/mod.ts +++ b/src/ws/proxy/mod.ts @@ -0,0 +1,5 @@ +export * from "./events.ts"; +export * from "./manager.ts"; +export * from "./resharder.ts"; +export * from "./shard.ts"; +export * from "./ws.ts";