diff --git a/src/Components/CreateImageWizardV2/steps/ImageOutput/ReleaseLifecycle.tsx b/src/Components/CreateImageWizardV2/steps/ImageOutput/ReleaseLifecycle.tsx index 8f172fcb..50b81efd 100644 --- a/src/Components/CreateImageWizardV2/steps/ImageOutput/ReleaseLifecycle.tsx +++ b/src/Components/CreateImageWizardV2/steps/ImageOutput/ReleaseLifecycle.tsx @@ -103,7 +103,7 @@ export const chartMajorVersionCfg = { }, }; -const MajorReleasesLifecyclesChart = () => { +export const MajorReleasesLifecyclesChart = () => { return ( diff --git a/src/Components/CreateImageWizardV2/steps/Review/ReviewStepTextLists.tsx b/src/Components/CreateImageWizardV2/steps/Review/ReviewStepTextLists.tsx index 554aae13..4705c1c4 100644 --- a/src/Components/CreateImageWizardV2/steps/Review/ReviewStepTextLists.tsx +++ b/src/Components/CreateImageWizardV2/steps/Review/ReviewStepTextLists.tsx @@ -52,7 +52,7 @@ import { selectRegistrationType, } from '../../../../store/wizardSlice'; import { toMonthAndYear } from '../../../../Utilities/time'; -import { MajorReleasesLifecyclesChart } from '../../../CreateImageWizard/formComponents/ReleaseLifecycle'; +import { MajorReleasesLifecyclesChart } from '../ImageOutput/ReleaseLifecycle'; import OscapProfileInformation from '../Oscap/OscapProfileInformation'; const ExpirationWarning = () => {