From 8e6711c95f263700540d802d68962f543151b747 Mon Sep 17 00:00:00 2001 From: Miguel Romero Karam Date: Fri, 28 Jun 2024 15:10:59 +0200 Subject: [PATCH] chore: revert last commit --- lib/components/badge.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";