Removing unused interface

This commit is contained in:
Steve Klebanoff
2018-12-18 13:57:03 -08:00
parent f097259266
commit 9728267eac

View File

@@ -15,10 +15,6 @@ interface InputProps {
isErrors?: boolean;
}
interface LabelProps {
string: boolean;
}
interface ErrorProps {
[key: string]: string;
}