Skip to content

Commit

Permalink
Fix bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Apr 27, 2021
1 parent ac6db34 commit a529105
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { __ } from '@wordpress/i18n';
/**
* Internal dependencies
*/
import { VisuallyHidden } from '../visually-hidden';
import VisuallyHidden from '../../visually-hidden';
import { VStack } from '../v-stack';
import FontSizeControlSelect from './select';
import FontSizeControlSlider from './slider';
Expand Down

0 comments on commit a529105

Please sign in to comment.