Skip to content

Commit

Permalink
Merge pull request #26742 from larsdouweschuitema/patch-1
Browse files Browse the repository at this point in the history
Docs: set correct dependency in import example
  • Loading branch information
jonniebigodes authored Apr 5, 2024
2 parents 97fc299 + c6d5795 commit e226c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snippets/vue/vue3-vite-add-framework.ts.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```ts
// .storybook/main.ts
import { StorybookConfig } from '@storybook/nextjs';
import { StorybookConfig } from '@storybook/vue3-vite';

const config: StorybookConfig = {
// ...
Expand Down

0 comments on commit e226c4e

Please sign in to comment.