Remove unnecessary space

This commit is contained in:
Yann Braga 2022-08-25 13:50:53 +02:00 committed by GitHub
parent e4353a5179
commit 93cb458488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -266,7 +266,6 @@ export default {
component: Button,
};
export const Primary: Story<ButtonProps> = {
variant: 'primary',
};