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:
parent
5813fdaf10
commit
45d8426f10
2 changed files with 2 additions and 2 deletions
|
|
@ -103,7 +103,7 @@ export const chartMajorVersionCfg = {
|
|||
},
|
||||
};
|
||||
|
||||
const MajorReleasesLifecyclesChart = () => {
|
||||
export const MajorReleasesLifecyclesChart = () => {
|
||||
return (
|
||||
<Panel>
|
||||
<PanelMain maxHeight="10rem">
|
||||
|
|
|
|||
|
|
@ -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 = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue