mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
fixed the imports to their correct packages
This commit is contained in:
parent
0f9702f98f
commit
810c1409d6
@ -1,7 +1,7 @@
|
||||
```ts
|
||||
// Form.stories.ts
|
||||
|
||||
import { userEvent, within } from '@storybook/addon-interactions';
|
||||
import { userEvent, within } from '@storybook/testing-library';
|
||||
|
||||
import { LoginForm } from './LoginForm.component';
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
```js
|
||||
// Form.stories.js | Form.stories.jsx | Form.stories.ts | Form.stories.tsx
|
||||
|
||||
import { userEvent, within } from '@storybook/addon-interactions';
|
||||
import { userEvent, within } from '@storybook/testing-library';
|
||||
|
||||
import { LoginForm } from './LoginForm';
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
```js
|
||||
// Form.stories.js
|
||||
|
||||
import { userEvent, within } from '@storybook/addon-interactions';
|
||||
import { userEvent, within } from '@storybook/testing-library';
|
||||
|
||||
import LoginForm from './LoginForm.svelte';
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
```js
|
||||
// Form.stories.js | Form.stories.jsx | Form.stories.ts | Form.stories.tsx
|
||||
|
||||
import { userEvent, within } from '@storybook/addon-interactions';
|
||||
import { userEvent, within } from '@storybook/testing-library';
|
||||
|
||||
import LoginForm from './LoginForm.vue';
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
```js
|
||||
// Form.stories.js
|
||||
|
||||
import { userEvent, within } from '@storybook/addon-interactions';
|
||||
import { userEvent, within } from '@storybook/testing-library';
|
||||
|
||||
import LoginForm from './LoginForm.vue';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user