diff --git a/packages/mixer-connection/src/lib/utils.ts b/packages/mixer-connection/src/lib/utils.ts index 20f2d6f..465515b 100644 --- a/packages/mixer-connection/src/lib/utils.ts +++ b/packages/mixer-connection/src/lib/utils.ts @@ -1,5 +1,4 @@ -import { SoundcraftUI } from './soundcraft-ui'; -import { ChannelType, MixerModel } from './types'; +import { ChannelType } from './types'; /** Clamp numeric value to min and max */ export function clamp(value: number, min: number, max: number): number {