Skip to content

Commit

Permalink
fix: fix import for check status info
Browse files Browse the repository at this point in the history
  • Loading branch information
ckbedwell committed Dec 18, 2024
1 parent f38dc19 commit 9d01169
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions src/components/CheckForm/FormLayout/FormSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ import { Box, Stack, Text, useStyles2 } from '@grafana/ui';
import { css } from '@emotion/css';

import { CheckFormValues } from 'types';
import {
CheckStatusInfo,
CheckStatusInfoProps,
NewStatusBadge,
} from 'components/CheckEditor/FormComponents/CheckStatusInfo';
import { CheckStatusInfo, type CheckStatusInfoProps } from 'components/CheckStatusInfo';
import { NewStatusBadge } from 'components/NewStatusBadge';

import { FORM_MAX_WIDTH } from './FormLayout';

Expand Down
2 changes: 1 addition & 1 deletion src/components/CheckStatusInfo/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { CheckStatusInfo } from './CheckStatusInfo';
export { CheckStatusInfo, type CheckStatusInfoProps } from './CheckStatusInfo';

0 comments on commit 9d01169

Please sign in to comment.