mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-08 21:52:55 +08:00
Remove unused imports
This commit is contained in:
parent
91636a9dcc
commit
c99418d0bc
4 changed files with 0 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
|||
import CartActionHandler from '../ActionHandler/CartActionHandler';
|
||||
import ErrorHandler from '../ErrorHandler';
|
||||
|
||||
class CartBootstrap {
|
||||
constructor(gateway, renderer, errorHandler) {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import ErrorHandler from '../ErrorHandler';
|
||||
import CheckoutActionHandler from '../ActionHandler/CheckoutActionHandler';
|
||||
import {setVisible, setVisibleByClass} from '../Helper/Hiding';
|
||||
import {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import ErrorHandler from '../ErrorHandler';
|
||||
import CartActionHandler from '../ActionHandler/CartActionHandler';
|
||||
|
||||
class MiniCartBootstap {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import ErrorHandler from '../ErrorHandler';
|
||||
import UpdateCart from "../Helper/UpdateCart";
|
||||
import SingleProductActionHandler from "../ActionHandler/SingleProductActionHandler";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue