Skip to content

Commit 054f065

Browse files
committed
Remove unused import type
1 parent 317f293 commit 054f065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/ParamTypes.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { WindowManager } from '@netless/window-manager';
22
import type { CombinePlayer } from "@netless/combine-player";
3-
import { WhiteWebSdk, Room, Player, WhiteWebSdkConfiguration, } from 'white-web-sdk';
3+
import { WhiteWebSdk, Room, Player } from 'white-web-sdk';
44
import { AppRegisterParams, PluginContext, PluginParams } from '@netless/whiteboard-bridge-types';
55
import { SyncedStore } from '@netless/synced-store';
66
import { RtcAudioEffectClient } from '../RtcAudioEffectClient';

0 commit comments

Comments
 (0)