🚚 Prepare the “tabs” folder for settings

This commit is contained in:
Philipp Stracker 2025-01-10 13:40:10 +01:00
parent e6b2f1c1bf
commit 9cd09c8dfa
No known key found for this signature in database

View file

@ -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 = [];