Skip to content

Commit e476381

Browse files
committed
sync toolbar demo with main
1 parent 51ed366 commit e476381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-core/src/demos/examples/Toolbar/ConsoleLogViewerToolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React from 'react';
22
import {
33
Badge,
44
Button,
5-
DashboardWrapper,
65
MenuToggle,
76
SearchInput,
87
Select,
@@ -21,6 +20,7 @@ import {
2120
DropdownList,
2221
MenuFooter
2322
} from '@patternfly/react-core';
23+
import { DashboardWrapper } from '@patternfly/react-core/src/demos/DashboardWrapper';
2424
import PauseIcon from '@patternfly/react-icons/dist/esm/icons/pause-icon';
2525
import PlayIcon from '@patternfly/react-icons/dist/esm/icons/play-icon';
2626
import ExpandIcon from '@patternfly/react-icons/dist/esm/icons/expand-icon';

0 commit comments

Comments
 (0)