Skip to content

Commit

Permalink
seems unrelated, to me, but sure
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jul 25, 2023
1 parent 747fd80 commit 975d4e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/snippets/react/component-story-highlight-addon.js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ import { Card } from './Card';

export default {
/* 👇 The title prop is optional.
* See https://storybook.js.org/docs/react/configure/overview#configure-story-loading
* to learn how to generate automatic titles
*/
* See https://storybook.js.org/docs/react/configure/overview#configure-story-loading
* to learn how to generate automatic titles
*/
title: 'Card',
component: Card
component: Card,
};

export const Default = () => <Card />;
Expand Down
8 changes: 4 additions & 4 deletions docs/snippets/vue/component-story-highlight-addon.js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import { Card } from './Card.vue';

export default {
/* 👇 The title prop is optional.
* See https://storybook.js.org/docs/angular/configure/overview#configure-story-loading
* to learn how to generate automatic titles
*/
* See https://storybook.js.org/docs/angular/configure/overview#configure-story-loading
* to learn how to generate automatic titles
*/
title: 'Card',
component: Card
component: Card,
};

export const Default: Story = (args) => ({
Expand Down

0 comments on commit 975d4e0

Please sign in to comment.