💡 Add missing annotation in Google Pay module

This commit is contained in:
Philipp Stracker 2024-10-07 12:12:46 +02:00
parent 64b1bf3c41
commit 4604e68b5a
No known key found for this signature in database

View file

@ -1,3 +1,5 @@
/* global paypal */
import buttonModuleWatcher from '../../../ppcp-button/resources/js/modules/ButtonModuleWatcher'; import buttonModuleWatcher from '../../../ppcp-button/resources/js/modules/ButtonModuleWatcher';
import GooglepayButton from './GooglepayButton'; import GooglepayButton from './GooglepayButton';
import ContextHandlerFactory from './Context/ContextHandlerFactory'; import ContextHandlerFactory from './Context/ContextHandlerFactory';