Skip to content

Commit

Permalink
Merge pull request #27146 from kongallis/remove-unused-imports
Browse files Browse the repository at this point in the history
Docs: remove unused imports
  • Loading branch information
jonniebigodes committed May 23, 2024
2 parents 99882a3 + be4933b commit 122a83f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/snippets/react/button-story-with-args.ts-4-9.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import type { Meta, StoryObj } from '@storybook/react';

import { Button, ButtonProps } from './Button';
import { Button } from './Button';

const meta = {
component: Button,
Expand Down
2 changes: 1 addition & 1 deletion docs/snippets/react/button-story-with-args.ts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import type { Meta, StoryObj } from '@storybook/react';

import { Button, ButtonProps } from './Button';
import { Button } from './Button';

const meta: Meta<typeof Button> = {
component: Button,
Expand Down

0 comments on commit 122a83f

Please sign in to comment.