Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalcher committed Sep 14, 2024
1 parent f09bafe commit 90b3855
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/mixer-connection/src/lib/utils.ts
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 90b3855

Please sign in to comment.