Skip to content

Commit 6f68809

Browse files
tuan43TimboKZ
authored andcommitted
export redux and selectors so it can be easily imported from chonky lib.
1 parent f75f68c commit 6f68809

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/chonky/src/index.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export { FullFileBrowser } from './components/external/FullFileBrowser';
1010

1111
export { ChonkyActions, DefaultFileActions, OptionIds } from './action-definitions';
1212
export { defineFileAction } from './util/helpers';
13-
export { thunkDispatchFileAction, thunkRequestFileAction } from './redux/thunks/dispatchers.thunks';
1413

1514
export { FileHelper } from './util/file-helper';
1615
export { FileData, FileArray } from './types/file.types';
@@ -44,3 +43,8 @@ export type ChonkyFileActionData = MapFileActionsToData<ChonkyActionUnion>;
4443

4544
// Extensions
4645
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';

0 commit comments

Comments
 (0)