Skip to content

Commit

Permalink
fix(realtime): fix missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtongue5566 committed Dec 10, 2019
1 parent f9d9ace commit cc7b936
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
import * as Basic from './basic';
export { Basic };
import * as Realtime from './realtime';
export { Basic, Realtime };
1 change: 1 addition & 0 deletions src/realtime/getByCode/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './getByCode';
1 change: 1 addition & 0 deletions src/realtime/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './getByCode';

0 comments on commit cc7b936

Please sign in to comment.