Skip to content

Commit 4326290

Browse files
committed
chore: update
1 parent 1fd997f commit 4326290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/client/rpc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ import type { BirpcOptions, BirpcReturn } from 'birpc'
33
import type { ConnectionMeta, DevToolsRpcClientFunctions, DevToolsRpcServerFunctions, EventEmitter, RpcSharedStateHost } from '../types'
44
import type { DevToolsClientContext, DevToolsClientRpcHost, RpcClientEvents } from './docks'
55
import { RpcFunctionsCollectorBase } from '@vitejs/devtools-rpc'
6-
import { humanId } from 'human-id'
76
import {
87
DEVTOOLS_CONNECTION_META_FILENAME,
98
DEVTOOLS_MOUNT_PATH,
109
} from '../constants'
1110
import { createEventEmitter } from '../utils/events'
11+
import { humanId } from '../utils/human-id'
1212
import { createRpcSharedStateClientHost } from './rpc-shared-state'
1313
import { createStaticRpcClientMode } from './rpc-static'
1414
import { createWsRpcClientMode } from './rpc-ws'

0 commit comments

Comments
 (0)