From 83c2993b72b021f6f1eb5ea75008043686d66cd0 Mon Sep 17 00:00:00 2001 From: Dara Hayes Date: Mon, 7 Oct 2019 14:47:35 +0100 Subject: [PATCH] fix(sync): export createClient method --- packages/sync/src/index.ts | 1 + 1 file changed, 1 insertion(+) 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";