mirror of
https://github.com/Kong/insomnia
synced 2024-11-12 17:26:32 +00:00
4 lines
190 B
JavaScript
4 lines
190 B
JavaScript
export { grpcActions } from './grpc-actions';
|
|
export { useGrpc, useGrpcDispatch, GrpcProvider, useGrpcRequestState } from './grpc-context';
|
|
export { useGrpcIpc } from './grpc-ipc-renderer';
|