diff --git a/src/components/Badge/index.tsx b/src/components/Badge/index.tsx index 8118492..3370c8d 100644 --- a/src/components/Badge/index.tsx +++ b/src/components/Badge/index.tsx @@ -1,12 +1,11 @@ import { HTMLAttributes } from "react"; - import cn from "@/utils/cn"; const Badge = ({ className, children, ...restProps }: HTMLAttributes) => { return (