Skip to content

Commit

Permalink
fix import for visually hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkp committed Sep 26, 2024
1 parent 3efe841 commit 03ddfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/CounterLabel/CounterLabel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import styled from 'styled-components'
import {get} from '../constants'
import sx from '../sx'
import type {SxProp} from '../sx'
import {VisuallyHidden} from '../VisuallyHidden'
import {VisuallyHidden} from '../internal/components/VisuallyHidden'
import {defaultSxProp} from '../utils/defaultSxProp'
import {useFeatureFlag} from '../FeatureFlags'
import Box from '../Box'
Expand Down

0 comments on commit 03ddfbc

Please sign in to comment.