We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203fecd commit d2fb07aCopy full SHA for d2fb07a
src/services/generic/client.ts
@@ -1,6 +1,6 @@
1
import type { JsonValue, Struct } from '@bufbuild/protobuf';
2
import type { CallOptions, PromiseClient } from '@connectrpc/connect';
3
-import { GenericService } from '../../gen/component/generic/v1/generic_connect';
+import { GenericService } from '../../gen/service/generic/v1/generic_connect';
4
import { RobotClient } from '../../robot';
5
import type { Options } from '../../types';
6
import { doCommandFromClient } from '../../utils';
0 commit comments