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
|
|
@ -1,7 +1,6 @@
|
|||
import React, { useEffect, useState } from 'react';
|
||||
|
||||
import {
|
||||
OnSetPage,
|
||||
Pagination,
|
||||
PaginationVariant,
|
||||
Toolbar,
|
||||
|
|
@ -13,6 +12,7 @@ import {
|
|||
Badge,
|
||||
Button,
|
||||
} from '@patternfly/react-core';
|
||||
import { OnSetPage } from '@patternfly/react-core/dist/esm/components/Pagination/Pagination';
|
||||
import {
|
||||
ActionsColumn,
|
||||
ExpandableRowContent,
|
||||
|
|
|
|||
|
|
@ -5,15 +5,17 @@ import {
|
|||
Button,
|
||||
ClipboardCopy,
|
||||
List,
|
||||
ListComponent,
|
||||
ListItem,
|
||||
Modal,
|
||||
ModalVariant,
|
||||
OrderType,
|
||||
Popover,
|
||||
PopoverPosition,
|
||||
Skeleton,
|
||||
} from '@patternfly/react-core';
|
||||
import {
|
||||
ListComponent,
|
||||
OrderType,
|
||||
} from '@patternfly/react-core/dist/esm/components/List/List';
|
||||
import { ExternalLinkAltIcon } from '@patternfly/react-icons';
|
||||
import { useChrome } from '@redhat-cloud-services/frontend-components/useChrome';
|
||||
import { useLoadModule, useScalprum } from '@scalprum/react-core';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue