Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielchl committed Nov 28, 2024
1 parent c00e66c commit 344b109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/OverlayAlert/OverlayAlert.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type { ButtonGroupProps } from '../ButtonGroup';
import type { OverlayProps, OverlayColor } from '../Overlay';
import type { ModalContainerColor } from '../ModalContainer';
import { AriaLabelingProps } from '@react-types/shared';
import { AriaLabelRequired } from 'src/utils/a11y';
import { AriaLabelRequired } from '../../utils/a11y';

export type SupportedActions = ButtonSimpleProps | ButtonGroupProps;
export type SupportedControls = ButtonControlProps;
Expand Down
2 changes: 1 addition & 1 deletion src/components/OverlayAlert/OverlayAlert.typetest.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Expect, ExpectExtends, ExpectFalse } from 'src/utils/typetest.util';
import { Expect, ExpectExtends, ExpectFalse } from '../../utils/typetest.util';
import { Props } from './OverlayAlert.types';

// eslint-disable-next-line @typescript-eslint/no-unused-vars
Expand Down

0 comments on commit 344b109

Please sign in to comment.