diff --git a/lib/components/badge.tsx b/lib/components/badge.tsx index 6ac3b997..a3c7dd4b 100644 --- a/lib/components/badge.tsx +++ b/lib/components/badge.tsx @@ -1,4 +1,4 @@ -// @deno-types="npm:@types/react@18.2.60" + import * as React from "react"; import { cva, type VariantProps } from "../deps/class-variance-authority.ts";