We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261e1f4 commit 2c2cfbfCopy full SHA for 2c2cfbf
assets/index.js
@@ -1,4 +1,4 @@
1
-import { Publisher } from "./publisher.js";
2
-import { Subscriber } from "./subscriber.js";
+import { createPublisherHook } from "./publisher.js";
+import { createSubscriberHook } from "./subscriber.js";
3
4
-export { Publisher, Subscriber };
+export { createPublisherHook, createSubscriberHook };
0 commit comments