Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
syvlabs committed Dec 3, 2024
1 parent 3d3a65b commit 9ff287c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/models.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { z } from 'zod';
import { AllFieldNames, Amount, type ElementsStyle, PaymentRequestStatus } from './shared-models';
import { CustomInitParams } from './flows/ojs-flow';
import { StripeLinkController } from '../dist';
import { StripeLinkController } from './flows/stripe/stripe-link-flow';

export type DynamicPreview = {
amount: Amount | null;
Expand Down

0 comments on commit 9ff287c

Please sign in to comment.