Skip to content

Commit

Permalink
Rectified import order
Browse files Browse the repository at this point in the history
imported @utils before `./StudioOverview.module.scss`, rectified as per the frontend check pipeline error 

Signed-off-by: aditya3103 <85363167+aditya3103@users.noreply.github.com>
  • Loading branch information
aditya3103 committed Sep 18, 2024
1 parent fac5da6 commit 5c565f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ import { ChaosInfrastructureReferenceFieldProps, StudioErrorState, StudioTabs }
import experimentYamlService from 'services/experiment';
import KubernetesChaosInfrastructureReferenceFieldController from '@controllers/KubernetesChaosInfrastructureReferenceField';
import { InfrastructureType } from '@api/entities';
import css from './StudioOverview.module.scss';
import { getImageRegistry } from '@api/core/ImageRegistry';
import { getScope } from '@utils';
import css from './StudioOverview.module.scss';

interface StudioOverviewViewProps {
formRef: React.MutableRefObject<FormikProps<ExperimentMetadata> | undefined>;
Expand Down

0 comments on commit 5c565f7

Please sign in to comment.