mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
🔥 Minor code cleanup
This commit is contained in:
parent
c6be73a536
commit
dcf918f2c2
2 changed files with 2 additions and 5 deletions
|
@ -1,4 +1,5 @@
|
||||||
import { __ } from '@wordpress/i18n';
|
import { __ } from '@wordpress/i18n';
|
||||||
|
|
||||||
import { ControlTextInput } from '../../../../../ReusableComponents/SettingsBlocks';
|
import { ControlTextInput } from '../../../../../ReusableComponents/SettingsBlocks';
|
||||||
import { SettingsHooks } from '../../../../../../data';
|
import { SettingsHooks } from '../../../../../../data';
|
||||||
import SettingsBlock from '../../../../../ReusableComponents/SettingsBlock';
|
import SettingsBlock from '../../../../../ReusableComponents/SettingsBlock';
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
import { __, sprintf } from '@wordpress/i18n';
|
import { __, sprintf } from '@wordpress/i18n';
|
||||||
import {
|
|
||||||
Header,
|
|
||||||
Title,
|
|
||||||
Description,
|
|
||||||
} from '../../../../../ReusableComponents/Elements';
|
|
||||||
import SettingsBlock from '../../../../../ReusableComponents/SettingsBlock';
|
import SettingsBlock from '../../../../../ReusableComponents/SettingsBlock';
|
||||||
import { ControlToggleButton } from '../../../../../ReusableComponents/SettingsBlocks';
|
import { ControlToggleButton } from '../../../../../ReusableComponents/SettingsBlocks';
|
||||||
import { SettingsHooks } from '../../../../../../data';
|
import { SettingsHooks } from '../../../../../../data';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue