We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03b03e commit 75ef5fbCopy full SHA for 75ef5fb
src/index.tsx
@@ -1,5 +1,5 @@
1
import React, { useState, useEffect, useCallback, useRef } from 'react';
2
-import LayercodeClient, { type AgentConfig, type AuthorizeSessionRequest, type LayercodeAudioInputDevice, listAudioInputDevices, watchAudioInputDevices } from 'layercode-js-sdk';
+import LayercodeClient, { type AgentConfig, type AuthorizeSessionRequest, type LayercodeAudioInputDevice, listAudioInputDevices, watchAudioInputDevices } from '@layercode/js-sdk';
3
4
/**
5
* Configuration options for the useLayercodeAgent hook.
0 commit comments