💄 Reformat affected JS files

This commit is contained in:
Belén Albeza 2024-07-01 10:28:40 +02:00
parent 3efd5cb9e8
commit ecbedf847f
28 changed files with 720 additions and 285 deletions

View file

@ -4,16 +4,14 @@ import Components from "@target/components";
import Icons from "@target/icons";
export default {
title: 'Buttons/Simple Button',
title: "Buttons/Simple Button",
component: Components.SimpleButton,
};
export const Default = {
render: () => (
<Components.StoryWrapper>
<Components.SimpleButton>
Simple Button
</Components.SimpleButton>
<Components.SimpleButton>Simple Button</Components.SimpleButton>
</Components.StoryWrapper>
),
};
@ -27,4 +25,4 @@ export const WithIcon = {
</Components.SimpleButton>
</Components.StoryWrapper>
),
}
};