Skip to content

Commit

Permalink
fix: add missing imports to contextmenu.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Aug 16, 2023
1 parent 03ba330 commit 247a7a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/module/src/components/contextmenu/ContextMenu.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as React from 'react';
import { MenuToggle, MenuToggleElement } from '@patternfly/react-core';
import { DropdownContext as DropdownContextDeprecated } from '@patternfly/react-core/deprecated';
import { Dropdown } from '@patternfly/react-core';
import { css } from '@patternfly/react-styles';
Expand Down

0 comments on commit 247a7a0

Please sign in to comment.