From 6e4e361297add294a4492423cdd26c5d726d2064 Mon Sep 17 00:00:00 2001 From: iman Date: Tue, 3 Dec 2024 17:08:41 +0700 Subject: [PATCH] Fix (#79) * impl * bumpver * Cleanup * fixes --- packages/utils/src/models.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/utils/src/models.ts b/packages/utils/src/models.ts index 4c72eba..10007f2 100644 --- a/packages/utils/src/models.ts +++ b/packages/utils/src/models.ts @@ -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;