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
(cherry picked from commit 122a83f)
  • Loading branch information
jonniebigodes authored and storybook-bot committed May 27, 2024
1 parent 2a149d3 commit bbdf36f
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 bbdf36f

Please sign in to comment.