Skip to content

Commit

Permalink
Added type keyword to import
Browse files Browse the repository at this point in the history
  • Loading branch information
sponglord committed Feb 16, 2024
1 parent 0bf70b9 commit 93ad588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/src/components/Dropin/Dropin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { hasOwnProperty } from '../../utils/hasOwnProperty';
import SRPanelProvider from '../../core/Errors/SRPanelProvider';
import splitPaymentMethods from './elements/splitPaymentMethods';
import type { ICore } from '../../core/types';
import { IDropin } from './types';
import type { IDropin } from './types';

const SUPPORTED_INSTANT_PAYMENTS = ['paywithgoogle', 'googlepay', 'applepay'];

Expand Down

0 comments on commit 93ad588

Please sign in to comment.