Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Sep 16, 2024
1 parent f0ca6a1 commit 89bd68f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/elements-react/src/components/card/index.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { ComponentType, PropsWithChildren } from "react"
import { useComponents } from "../../context"
import { OryForm } from "../form/form"
import { OryFormGroups } from "../form/groups"
import { OryCardValidationMessages } from "../form/messages"
import { OryFormSocialButtons } from "../form/social"
import { useComponents } from "../../context"
import { ComponentType, PropsWithChildren } from "react"
import { OryCardHeader, OryCardHeaderProps } from "./header"
import { OryTwoStepCard } from "./card-two-step"
import { OryCardHeader, OryCardHeaderProps } from "./header"

export type OryCardContentProps = PropsWithChildren

Expand Down

0 comments on commit 89bd68f

Please sign in to comment.