pull/518/head
Omar López 2021-08-23 16:17:05 -06:00 committed by GitHub
parent fa08e2b66a
commit 7a9a5f08db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -113,3 +113,5 @@ export const Button = function Button(props: ButtonProps) {
element
);
};
export default Button;