File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
- import React from 'react' ;
2
1
import {
2
+ MenuToggle ,
3
+ MenuToggleElement ,
4
+ MenuToggleProps ,
3
5
Select ,
4
6
SelectList ,
5
7
SelectOption ,
6
8
SelectOptionProps ,
7
9
SelectProps ,
8
- } from '@patternfly/react-core/dist/esm/components/Select' ;
9
- import {
10
- MenuToggle ,
11
- MenuToggleElement ,
12
- MenuToggleProps ,
13
- } from '@patternfly/react-core/dist/esm/components/MenuToggle' ;
10
+ } from '@patternfly/react-core' ;
11
+ import React from 'react' ;
14
12
15
13
export interface SimpleSelectOption extends Omit < SelectOptionProps , 'content' > {
16
14
/** Content of the select option. */
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import {
30
30
} from './AlertUtils' ;
31
31
import Error from './Error' ;
32
32
import useSelectedFilters from './useSelectedFilters' ;
33
- import { PageSection , PageSectionVariants } from '@patternfly/react-core/dist/esm ' ;
33
+ import { PageSection , PageSectionVariants } from '@patternfly/react-core' ;
34
34
import DownloadCSVButton from './AlertList/DownloadCSVButton' ;
35
35
36
36
const AlertsPage_ : React . FC = ( ) => {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import {
19
19
import * as _ from 'lodash-es' ;
20
20
import * as React from 'react' ;
21
21
import { useTranslation } from 'react-i18next' ;
22
- import { TimesIcon } from '@patternfly/react-icons/dist/esm/icons/times-icon ' ;
22
+ import { TimesIcon } from '@patternfly/react-icons' ;
23
23
24
24
export type SingleTypeaheadDropdownProps = {
25
25
/** The items to display in the dropdown */
You can’t perform that action at this time.
0 commit comments