mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
🚚 Unrelated: Move component to correct folder
This commit is contained in:
parent
ed3c6799d0
commit
68b5999bc1
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
import { PayLaterMessagingHooks } from '../../../data';
|
||||
import { PayLaterMessagingHooks } from '../../../../data';
|
||||
import { useEffect } from '@wordpress/element';
|
||||
|
||||
const TabPayLaterMessaging = () => {
|
|
@ -4,7 +4,7 @@ import TabOverview from './TabOverview';
|
|||
import TabPaymentMethods from './TabPaymentMethods';
|
||||
import TabSettings from './TabSettings';
|
||||
import TabStyling from './TabStyling';
|
||||
import TabPayLaterMessaging from '../../Overview/TabPayLaterMessaging';
|
||||
import TabPayLaterMessaging from './TabPayLaterMessaging';
|
||||
|
||||
/**
|
||||
* List of all default settings tabs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue