change the import path for MajorReleasesLifecyclesChart

this commit change the path for MajorReleasesLifecyclesChart in the review.
this fix the correct path of import
This commit is contained in:
mgold1234 2024-03-05 18:08:30 +02:00 committed by Klara Simickova
parent 5813fdaf10
commit 45d8426f10
2 changed files with 2 additions and 2 deletions

View file

@ -103,7 +103,7 @@ export const chartMajorVersionCfg = {
},
};
const MajorReleasesLifecyclesChart = () => {
export const MajorReleasesLifecyclesChart = () => {
return (
<Panel>
<PanelMain maxHeight="10rem">

View file

@ -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 = () => {