You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/client/web/src/plugin/common/context.ts

4 lines
202 B
TypeScript

export { useGroupIdContext } from '../../context/GroupIdContext';
export { useGroupPanelContext } from '../../context/GroupPanelContext';
export { useSocketContext } from '../../context/SocketContext';