mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-05-02 05:02:40 +08:00
7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
import BaseHandler from "./BaseHandler";
|
|
|
|
class CheckoutBlockHandler extends BaseHandler{
|
|
|
|
}
|
|
|
|
export default CheckoutBlockHandler;
|