Commit 6f68809 1 parent f75f68c commit 6f68809 Copy full SHA for 6f68809
File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ export { FullFileBrowser } from './components/external/FullFileBrowser';
10
10
11
11
export { ChonkyActions , DefaultFileActions , OptionIds } from './action-definitions' ;
12
12
export { defineFileAction } from './util/helpers' ;
13
- export { thunkDispatchFileAction , thunkRequestFileAction } from './redux/thunks/dispatchers.thunks' ;
14
13
15
14
export { FileHelper } from './util/file-helper' ;
16
15
export { FileData , FileArray } from './types/file.types' ;
@@ -44,3 +43,8 @@ export type ChonkyFileActionData = MapFileActionsToData<ChonkyActionUnion>;
44
43
45
44
// Extensions
46
45
export * from './extensions' ;
46
+
47
+ // Redux/Store
48
+ export * from './redux/store' ;
49
+ export * from './redux/selectors' ;
50
+ export { thunkDispatchFileAction , thunkRequestFileAction } from './redux/thunks/dispatchers.thunks' ;
You can’t perform that action at this time.
0 commit comments