mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
🚚 Prepare the “tabs” folder for settings
This commit is contained in:
parent
e6b2f1c1bf
commit
9cd09c8dfa
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
|||
import { __ } from '@wordpress/i18n';
|
||||
import TabOverview from '../Overview/TabOverview';
|
||||
import TabPaymentMethods from '../Overview/TabPaymentMethods';
|
||||
import TabSettings from '../Overview/TabSettings';
|
||||
import TabStyling from '../Overview/TabStyling';
|
||||
|
||||
import TabOverview from '../../Overview/TabOverview';
|
||||
import TabPaymentMethods from '../../Overview/TabPaymentMethods';
|
||||
import TabSettings from '../../Overview/TabSettings';
|
||||
import TabStyling from '../../Overview/TabStyling';
|
||||
|
||||
export const getSettingsTabs = () => {
|
||||
const tabs = [];
|
Loading…
Add table
Add a link
Reference in a new issue