Fix icon card component and tests to pass

This commit is contained in:
adilallo
2026-02-02 14:55:49 -07:00
parent e227e0c658
commit 4ab37afaf3
4 changed files with 9 additions and 8 deletions
@@ -1,4 +1,3 @@
/* eslint-disable no-unused-vars, @typescript-eslint/no-unused-vars */
export interface InputWithCounterProps {
label?: string;
placeholder?: string;
@@ -9,4 +8,3 @@ export interface InputWithCounterProps {
className?: string;
inputClassName?: string;
}
/* eslint-enable no-unused-vars, @typescript-eslint/no-unused-vars */