fix(web): cleanup 25 TS errors preexistentes en main (closes #26) #27

Merged
dmolinari merged 5 commits from fix/ADM-011-web-ts-cleanup into main 2026-04-18 13:55:33 +00:00
Showing only changes of commit d16da502f4 - Show all commits

View File

@@ -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