Fix missing semicolons in ts files

This commit is contained in:
Bill Thornton
2023-05-02 15:54:53 -04:00
parent 8041167473
commit 45623fe586
25 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ type IProps = {
title?: string;
leftIcon?: string;
rightIcon?: string;
}
};
const ButtonElement: FunctionComponent<IProps> = ({ type, id, className, title, leftIcon, rightIcon }: IProps) => {
return (