Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
PopDaph committed Oct 12, 2023
1 parent 4ebb6a7 commit 878588b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sparkle/src/stories/RadioButton.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const meta = {
} satisfies Meta<typeof RadioButton>;

export default meta;
type Story = StoryObj<typeof meta>;

export const RadioButtonExamples = () => {
const [value1, setValue1] = React.useState<string>("yes");
Expand Down

0 comments on commit 878588b

Please sign in to comment.