Skip to content

Commit

Permalink
Added imports to example file
Browse files Browse the repository at this point in the history
  • Loading branch information
thatblindgeye committed Apr 26, 2024
1 parent 2909667 commit 5c86ba6
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ Note: Templates live in their own package at [@patternfly/react-templates](https

For custom use cases, please see the dropdown component suite from [@patternfly/react-core](https://www.npmjs.com/package/@patternfly/react-core).

import {
Divider,
Dropdown,
DropdownItem,
DropdownList,
DropdownItemProps,
MenuToggle,
MenuToggleElement
} from '@patternfly/react-core';
import { DropdownSimple } from '@patternfly/react-templates';
import EllipsisVIcon from '@patternfly/react-icons/dist/esm/icons/ellipsis-v-icon';

Expand Down

0 comments on commit 5c86ba6

Please sign in to comment.