Skip to content

Commit c1f87b2

Browse files
authored
fix(chore): Fix broken application launcher example. (#10305)
1 parent f95fee9 commit c1f87b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-core/src/deprecated/components/ApplicationLauncher/examples/ApplicationLauncher.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import { DropdownDirection, DropdownPosition } from '@patternfly/react-core/depr
1212
import HelpIcon from '@patternfly/react-icons/dist/esm/icons/help-icon';
1313
import { Link } from '@reach/router';
1414
import pfLogoSm from '@patternfly/react-core/src/demos/assets/pf-logo-small.svg';
15+
import c_app_launcher__menu_item_Color from '@patternfly/react-tokens/dist/esm/c_app_launcher__menu_item_Color';
1516

1617
Note: Application launcher is built on dropdown, for extended API go to [dropdown](/components/menus/dropdown) documentation.
1718
To add a tooltip, use the `tooltip` prop and optionally add more tooltip props by using `tooltipProps`. For more tooltip information go to [tooltip](/components/tooltip).

0 commit comments

Comments
 (0)