🚚 Unrelated: Move component to correct folder

This commit is contained in:
Philipp Stracker 2025-03-24 14:45:41 +01:00
parent ed3c6799d0
commit 68b5999bc1
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
import { PayLaterMessagingHooks } from '../../../data';
import { PayLaterMessagingHooks } from '../../../../data';
import { useEffect } from '@wordpress/element';
const TabPayLaterMessaging = () => {

View file

@ -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.