Skip to content

Commit

Permalink
chore(doc): fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Gaudin committed Dec 15, 2023
1 parent 59d5424 commit 7b1343c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/components/ui/title/Title.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const meta = {
args: {
children: "Nothing is cheap"
}
} as Meta<typeof Title>;
} satisfies Meta<typeof Title>;

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

0 comments on commit 7b1343c

Please sign in to comment.