fix(web): cleanup 25 TS errors preexistentes en main (closes #26) #27
@@ -2,7 +2,8 @@ import * as React from "react"
|
||||
import { ChevronLeft, ChevronRight, MoreHorizontal } from "lucide-react"
|
||||
|
||||
import { cn } from "@/lib/utils"
|
||||
import { ButtonProps, buttonVariants } from "@/components/ui/button"
|
||||
import type { ButtonProps } from "@/components/ui/button"
|
||||
import { buttonVariants } from "@/components/ui/button"
|
||||
|
||||
const Pagination = ({ className, ...props }: React.ComponentProps<"nav">) => (
|
||||
<nav
|
||||
|
||||
Reference in New Issue
Block a user