mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
🐛 Fix incorrect import
This commit is contained in:
parent
874b9c5e96
commit
c536787215
2 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
|||
import { __ } from '@wordpress/i18n';
|
||||
|
||||
import { ControlSelect } from '@wordpress/components';
|
||||
import Accordion from '../../../../ReusableComponents/AccordionSection';
|
||||
import SettingsBlock from '../../../../ReusableComponents/SettingsBlock';
|
||||
import { ControlSelect } from '../../../../ReusableComponents/Controls';
|
||||
import { SettingsHooks } from '../../../../../data';
|
||||
|
||||
const OtherSettings = () => {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
import { __ } from '@wordpress/i18n';
|
||||
|
||||
import {
|
||||
ControlRadioGroup,
|
||||
ControlToggleButton,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue