mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
🚚 Rename Redux store (settings-tab → settings)
This commit is contained in:
parent
664e81d5c3
commit
e2f88cdef8
10 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import { addDebugTools } from './debug';
|
|||
import * as Onboarding from './onboarding';
|
||||
import * as Common from './common';
|
||||
import * as Payment from './payment';
|
||||
import * as Settings from './settings-tab';
|
||||
import * as Settings from './settings';
|
||||
import * as Styling from './styling';
|
||||
|
||||
const stores = [ Onboarding, Common, Payment, Settings, Styling ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue