Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Aug 16, 2024
1 parent bef0fe2 commit 7022837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions src/components/Modal.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@ export default {

type Story = StoryObj<typeof Modal>;

export const Default: Story = {
name: 'Modal',
};
export const Default: Story = {};
4 changes: 1 addition & 3 deletions src/components/ModeToggle.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@ export default {

type Story = StoryObj<typeof ModeToggle>;

export const Default: Story = {
name: 'ModeToggle',
};
export const Default: Story = {};

0 comments on commit 7022837

Please sign in to comment.