Skip to content

Commit

Permalink
fix: missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
leventozen committed Jan 11, 2024
1 parent 460a718 commit f7fd2c5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@storybook/addon-mdx-gfm": "^7.4.3",
"@storybook/addon-viewport": "^7.4.3",
"@storybook/jest": "^0.2.2",
"@storybook/testing-library": "^0.2.0",
"@storybook/testing-library": "^0.2.2",
"@storybook/web-components": "7.4.3",
"@storybook/web-components-vite": "^7.4.3",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
Expand Down
2 changes: 2 additions & 0 deletions src/components/dropdown/group/bl-dropdown-group.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import {
Story,
} from '@storybook/addon-docs';

import { userEvent } from '@storybook/testing-library';

<Meta
title="Components/Dropdown Button/Dropdown Group"
component="bl-dropdown-group"
Expand Down

0 comments on commit f7fd2c5

Please sign in to comment.