Skip to content

Commit 4cc728c

Browse files
committed
feat(react-hooks): remove useMqtt
1 parent e4f0a7c commit 4cc728c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hooks/hooks/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export { useUpdateEffect } from '@pansy/use-update-effect';
3232
export { useUpdateLayoutEffect } from '@pansy/use-update-layout-effect';
3333
export { useWatermark } from '@pansy/use-watermark';
3434
export { useWebSocket } from '@pansy/use-web-socket';
35-
export { useMqtt } from '@pansy/use-mqtt';
3635
export { useKeyPress } from '@pansy/use-key-press';
3736
export { useExternal } from '@pansy/use-external';
3837
export { useCookieState } from '@pansy/use-cookie-state';

0 commit comments

Comments
 (0)