Skip to content

Commit

Permalink
fix: 🐛 deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-software committed Oct 18, 2023
1 parent a1b0ddb commit b625468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/storybook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
},
} satisfies Meta<typeof MaterialSymbol>;

export const Example: StoryObj = {
export const Example: StoryObj<typeof MaterialSymbol> = {
render: (args) => <MaterialSymbol {...args} />,
args: {
icon: 'folder',
Expand Down

0 comments on commit b625468

Please sign in to comment.