Fix icon card component and tests to pass
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user