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:
regexowl 2024-07-22 16:28:32 +02:00 committed by Klara Simickova
parent 21d6027886
commit 5d73adfbd6
10 changed files with 14 additions and 15 deletions

View file

@ -6,10 +6,10 @@ import {
WizardFooterWrapper,
WizardNavItem,
WizardStep,
WizardStepType,
useWizardContext,
PageSection,
} from '@patternfly/react-core';
import { WizardStepType } from '@patternfly/react-core/dist/esm/components/Wizard';
import { useFlag } from '@unleash/proxy-client-react';
import { useNavigate, useSearchParams } from 'react-router-dom';