Skip to content

Commit

Permalink
use dist code in example
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcheng committed Apr 1, 2024
1 parent 95345bc commit a384be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/example-taro/src/pages/index/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { createPromiseClient } from '@connectrpc/connect';
import {
createConnectTransport,
createGrpcWebTransport,
} from 'connect-miniprogram/src';
} from 'connect-miniprogram';
import { ElizaService } from '@buf/connectrpc_eliza.connectrpc_es/connectrpc/eliza/v1/eliza_connect';

const isDevTool = getSystemInfoSync().platform === 'devtools';
Expand Down

0 comments on commit a384be4

Please sign in to comment.