Skip to content

Commit

Permalink
WPTDEVCON-6866: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Pai, Ahalya committed Apr 16, 2024
1 parent b328901 commit 7e036c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Box, Button, Menu, MenuActionItem, MenuItems } from '@stoplight/mosaic';
import { Box, Button, MenuActionItem } from '@stoplight/mosaic';
import * as React from 'react';

type ExportMenuProps = Pick<MenuActionItem, 'href' | 'onPress'>;
Expand Down

0 comments on commit 7e036c9

Please sign in to comment.