mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 09:08:09 +08:00
♻️ Refactor resolver and controls
This commit is contained in:
parent
79174459d8
commit
90c6cd1e7d
5 changed files with 42 additions and 57 deletions
|
@ -5,8 +5,8 @@ import { STORE_NAME } from './constants';
|
|||
import reducer from './reducer';
|
||||
import * as selectors from './selectors';
|
||||
import * as actions from './actions';
|
||||
import * as resolvers from './resolvers';
|
||||
import * as hooks from './hooks';
|
||||
import { resolvers } from './resolvers';
|
||||
import { controls } from './controls';
|
||||
|
||||
export const initStore = () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue