Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhwoods committed May 7, 2024
1 parent 9a34a16 commit d19ca8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/controls/src/color.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { match } from 'ts-pattern'
import { ControlDataTypeKey, ColorData } from './common'

export const ColorControlDataTypeKey = ControlDataTypeKey
Expand Down Expand Up @@ -31,4 +30,3 @@ export type ColorControlDefinition<C extends ColorControlConfig = ColorControlCo
export function Color<C extends ColorControlConfig>(config = {} as C): ColorControlDefinition<C> {
return { type: ColorControlType, config, version: 1 }
}

0 comments on commit d19ca8f

Please sign in to comment.