Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
unnoq committed Feb 18, 2024
1 parent 099eca4 commit 852bc84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion @web/components/subscription-card.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import type { Subscription } from '@api/lib/subscription'
import { Button } from '@web/components/ui/button'
import { useLifetimeAccessSubscription } from '@web/hooks/use-lifetime-access-subscription'
import { Tenant, useTenant } from '@web/lib/auth'
import type { Tenant } from '@web/lib/auth'
import { useTenant } from '@web/lib/auth'
import { env } from '@web/lib/env'
import { trpc } from '@web/lib/trpc'
import { CheckIcon } from 'lucide-react'
Expand Down

0 comments on commit 852bc84

Please sign in to comment.