Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix(sync): export createClient method
Browse files Browse the repository at this point in the history
  • Loading branch information
Dara Hayes committed Oct 7, 2019
1 parent dca7c48 commit 83c2993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sync/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from "offix-client";
export { createClient } from "./DataSyncClient";
export * from "./config";
export * from "./links";

0 comments on commit 83c2993

Please sign in to comment.