From b12623ab09f8132b16a28afef74af345aa512da9 Mon Sep 17 00:00:00 2001 From: Noah Waldner Date: Mon, 25 Nov 2024 12:49:22 +0100 Subject: [PATCH] remove unused hook --- .../components/src/components/ColorPicker/ColorPickerInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/src/components/ColorPicker/ColorPickerInput.tsx b/packages/components/src/components/ColorPicker/ColorPickerInput.tsx index 90506911a4..44158adecb 100644 --- a/packages/components/src/components/ColorPicker/ColorPickerInput.tsx +++ b/packages/components/src/components/ColorPicker/ColorPickerInput.tsx @@ -1,7 +1,7 @@ /* (c) Copyright Frontify Ltd., all rights reserved. */ import { IconCaretDown, IconDroplet, IconTrashBin } from '@frontify/fondue-icons'; -import { type ForwardedRef, forwardRef, useId } from 'react'; +import { type ForwardedRef, forwardRef } from 'react'; import { type CommonAriaAttrs } from '#/utilities/types';