Skip to content

Commit bfd2476

Browse files
authored
Merge pull request #4 from flow-build/fix/dev-1.0
fix: mqtt import
2 parents 7caabfc + d171ab1 commit bfd2476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { PropsWithChildren } from 'react';
22

3-
import { IClientOptions } from 'mqtt';
3+
import { IClientOptions } from 'precompiled-mqtt';
44
export interface WorkflowManagerProps extends PropsWithChildren {
55
brokerUrl: string;
66
options?: IClientOptions;

0 commit comments

Comments
 (0)