diff --git a/packages/sync/src/index.ts b/packages/sync/src/index.ts index 5c41b28a..5ce6418e 100644 --- a/packages/sync/src/index.ts +++ b/packages/sync/src/index.ts @@ -1,3 +1,4 @@ export * from "offix-client"; +export { createClient } from "./DataSyncClient"; export * from "./config"; export * from "./links";