Skip to content

Commit

Permalink
remove unused hook
Browse files Browse the repository at this point in the history
  • Loading branch information
noahwaldner committed Nov 25, 2024
1 parent 017985d commit b12623a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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';

Expand Down

0 comments on commit b12623a

Please sign in to comment.