Skip to content

Commit

Permalink
clients/packages/checkout: fix import casing
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed Jan 24, 2025
1 parent 83be1e9 commit 2f7ea61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/packages/checkout/src/hooks/fulfillment.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
'use client'

import type { PolarCore } from '@polar-sh/sdk/core'
import type { CheckoutStatus } from '@polar-sh/sdk/models/components/CheckoutStatus'
import type { CheckoutPublic } from '@polar-sh/sdk/models/components/checkoutpublic'
import type { CheckoutStatus } from '@polar-sh/sdk/models/components/checkoutstatus'
import { useCallback, useState } from 'react'

import { createSSEListener } from '../utils/sse'
Expand Down

0 comments on commit 2f7ea61

Please sign in to comment.