Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 13, 2023
1 parent c30c626 commit cc127d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/button/Button.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Button, ButtonProps} from "./Button.js";
import {Story} from "@ladle/react";
import { Button, ButtonProps } from "./Button.js";
import { Story } from "@ladle/react";

export const ButtonStory: Story<ButtonProps> = (props) => <Button {...props} />;
ButtonStory.argTypes = {
Expand All @@ -8,5 +8,5 @@ ButtonStory.argTypes = {
type: "text",
},
defaultValue: "Button",
}
}
},
};

0 comments on commit cc127d4

Please sign in to comment.