summaryrefslogtreecommitdiffhomepage
path: root/src/core/protocol/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/protocol/index.ts')
-rw-r--r--src/core/protocol/index.ts12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/core/protocol/index.ts b/src/core/protocol/index.ts
index e7fd161..2c1c290 100644
--- a/src/core/protocol/index.ts
+++ b/src/core/protocol/index.ts
@@ -1,9 +1,9 @@
export {
- applyServerMessage,
- getSurfaceSpec,
- initialState,
- invoke,
- subscribe,
- unsubscribe,
+ applyServerMessage,
+ getSurfaceSpec,
+ initialState,
+ invoke,
+ subscribe,
+ unsubscribe,
} from "./reducer";
export type { ProtocolResult, ProtocolState, Subscription } from "./types";