Skip to content

Commit

Permalink
Update pre.stories.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed May 16, 2024
1 parent f94cb6a commit 2dbc498
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/frontpage/components/docs/mdx/pre.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ export default meta;
type Story = StoryObj<typeof meta>;

export const Default: Story = {
args: {
children: `hello world`,
},
};

export const Markdown: Story = {
args: {
children: (
<code
Expand Down

0 comments on commit 2dbc498

Please sign in to comment.