We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ed366 commit e476381Copy full SHA for e476381
packages/react-core/src/demos/examples/Toolbar/ConsoleLogViewerToolbar.tsx
@@ -2,7 +2,6 @@ import React from 'react';
2
import {
3
Badge,
4
Button,
5
- DashboardWrapper,
6
MenuToggle,
7
SearchInput,
8
Select,
@@ -21,6 +20,7 @@ import {
21
20
DropdownList,
22
MenuFooter
23
} from '@patternfly/react-core';
+import { DashboardWrapper } from '@patternfly/react-core/src/demos/DashboardWrapper';
24
import PauseIcon from '@patternfly/react-icons/dist/esm/icons/pause-icon';
25
import PlayIcon from '@patternfly/react-icons/dist/esm/icons/play-icon';
26
import ExpandIcon from '@patternfly/react-icons/dist/esm/icons/expand-icon';
0 commit comments