src: Absolute imports
While running build there was a bunch of PatternFly imports that were resolved as undefined. This adds an absolute path for each of those imports.
This commit is contained in:
parent
21d6027886
commit
5d73adfbd6
10 changed files with 14 additions and 15 deletions
|
|
@ -14,13 +14,13 @@ import {
|
|||
SelectList,
|
||||
ValidatedOptions,
|
||||
MenuToggle,
|
||||
MenuToggleElement,
|
||||
TextInputGroup,
|
||||
TextInputGroupMain,
|
||||
TextInputGroupUtilities,
|
||||
ChipGroup,
|
||||
Chip,
|
||||
} from '@patternfly/react-core';
|
||||
import { MenuToggleElement } from '@patternfly/react-core/dist/esm/components/MenuToggle/MenuToggle';
|
||||
import {
|
||||
ExclamationCircleIcon,
|
||||
HelpIcon,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue