This commit is contained in:
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

View file

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