Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Fix Label importion
Browse files Browse the repository at this point in the history
  • Loading branch information
diazoxide committed Jun 1, 2021
1 parent 91187f9 commit 2f6e53b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/blocks/color-attribute-filter/label.js
Expand Up @@ -2,7 +2,7 @@
* External dependencies
*/
import { _n, sprintf } from '@wordpress/i18n';
import Label from '@woocommerce/base-components/label';
import { Label } from '@woocommerce/blocks-checkout';

/**
* The label for an attribute term filter.
Expand Down
2 changes: 1 addition & 1 deletion assets/js/blocks/stock-filter/label.js
Expand Up @@ -2,7 +2,7 @@
* External dependencies
*/
import { _n, sprintf } from '@wordpress/i18n';
import Label from '@woocommerce/base-components/label';
import { Label } from '@woocommerce/blocks-checkout';

/**
* The label for an stock status filter.
Expand Down

0 comments on commit 2f6e53b

Please sign in to comment.