mirror of
https://github.com/penpot/penpot.git
synced 2026-03-18 16:33:49 +00:00
💄 Reformat affected JS files
This commit is contained in:
@@ -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>
|
||||
),
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user