chore: remove unused import

This commit is contained in:
Matthew Russell
2023-05-17 18:09:51 -07:00
parent d220574d02
commit 93fa5c77e8
@@ -2,7 +2,6 @@ import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
import classNames from 'classnames';
import type { ReactNode } from 'react';
import { forwardRef } from 'react';
import type { IconName } from '../icon';
import { VegaIcon, VegaIconNames } from '../icon';
import { Icon } from '../icon';
import { useCopyTimeout } from '@vegaprotocol/react-helpers';