Skip to content

Commit 724807f

Browse files
committed
fix(react-client): add store exports
1 parent 78e01e3 commit 724807f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

libs/react-client/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export * from './api';
88
export * from './types';
99
export * from './context';
1010
export * from './utils/message';
11+
export * from './store';
1112

1213
export { Socket } from 'socket.io-client';
1314

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
export * from './auth';
2+
export * from './chat';
3+
export * from './config';
4+
export * from './messages';
5+
export * from './session';
6+
export * from './thread';
7+
export * from './user';
8+
export * from './utils';

0 commit comments

Comments
 (0)