typescript-typenfehler behoben.. npm run lint läuft nun fehlerfrei durch.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import * as React from "react"
|
||||
import { ChevronLeft, ChevronRight } from "lucide-react"
|
||||
|
||||
import { cn } from "@/lib/utils"
|
||||
import { Button } from "@/components/ui/button"
|
||||
|
||||
interface Step {
|
||||
id: string
|
||||
@@ -66,4 +64,4 @@ const Steps = React.forwardRef<HTMLDivElement, StepsProps>(
|
||||
)
|
||||
Steps.displayName = "Steps"
|
||||
|
||||
export { Steps }
|
||||
export { Steps }
|
||||
|
||||
Reference in New Issue
Block a user