Skip to content

Commit 6dc67cc

Browse files
authored
Revert js exports to what they were before, slightly beyond my understanding but it broke my tests (#255)
1 parent 8e160e7 commit 6dc67cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
import _PaymentRequest from './PaymentRequest';
12
import { PKPaymentButton } from './PKPaymentButton';
23

3-
export { default as PaymentRequest } from './PaymentRequest';
44
export const ApplePayButton = PKPaymentButton;
5+
export const PaymentRequest = _PaymentRequest;

0 commit comments

Comments
 (0)