Skip to content

Commit

Permalink
Oops, add import for _x().
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzomir committed Sep 24, 2023
1 parent f5af86a commit 4d197f6
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 {
__unstableUseNavigateRegions as useNavigateRegions,
__unstableMotion as motion,
} from '@wordpress/components';
import { __ } from '@wordpress/i18n';
import { __, _x } from '@wordpress/i18n';
import { useMergeRefs } from '@wordpress/compose';

/**
Expand Down

0 comments on commit 4d197f6

Please sign in to comment.