Skip to content

Commit 7e85d75

Browse files
author
zbeyens
committed
prerelease
1 parent b317448 commit 7e85d75

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

packages/suggestion/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export * from './useHooksSuggestion';
99
export * from './withSuggestion';
1010
export * from './diff-to-suggestions/index';
1111
export * from './queries/index';
12+
export * from './slate-diff/index';
1213
export * from './store/index';
1314
export * from './transforms/index';
1415
export * from './utils/index';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/**
2+
* @file Automatically generated by barrelsby.
3+
*/
4+
5+
export * from './basic-diff.test';
6+
export * from './slate-diff.test';
7+
export * from './slate-diff';

0 commit comments

Comments
 (0)