Skip to content

Commit

Permalink
fix(@air/zephyr): fix visually hidden import
Browse files Browse the repository at this point in the history
  • Loading branch information
andyhqtran committed Nov 2, 2022
1 parent 7e7c94d commit 7978a89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Close as CloseIcon } from '@air/icons';
import { Box } from '../../Box';
import { IconButton } from '../../IconButton';
import { Text } from '../../Text';
import { VisuallyHidden } from './VisuallyHidden';
import { VisuallyHidden } from '../../VisuallyHidden';

export interface ActionSheetHeaderProps {
isHidden?: boolean;
Expand Down

0 comments on commit 7978a89

Please sign in to comment.