diff --git a/src/components/pickers/Menu/Menu.stories.tsx b/src/components/pickers/Menu/Menu.stories.tsx index 936407a..994207a 100644 --- a/src/components/pickers/Menu/Menu.stories.tsx +++ b/src/components/pickers/Menu/Menu.stories.tsx @@ -1,12 +1,5 @@ import { useState } from 'react'; -import { - Lightbulb, - CheckCircleFill, - DotsThreeOutlineVertical, - ArrowClockwise, - NewspaperClipping, - Plus, -} from '@jengaicons/react'; +import { DotsThreeVerticalFill } from '@jengaicons/react'; import { action } from '@storybook/addon-actions'; import { expect } from '@storybook/jest'; import { userEvent, waitFor, within } from '@storybook/testing-library'; @@ -14,14 +7,11 @@ import { userEvent, waitFor, within } from '@storybook/testing-library'; import { Menu, MenuTrigger, - Flex, Button, - Text, Root, Space, AlertDialog, DialogContainer, - TooltipProvider, } from '../../../index'; import { baseProps } from '../../../stories/lists/baseProps'; @@ -85,8 +75,9 @@ export const Default = ({ ...props }) => {