Skip to content

Commit 0299db6

Browse files
committed
fixed import addon-actions
1 parent 017da6f commit 0299db6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/components/src/Accordion/Accordion.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22

33
import type { Meta, StoryObj } from '@storybook/react';
4-
import { action } from '@storybook/addon-actions';
4+
import { action } from 'storybook/actions';
55

66
import Accordion from './Accordion';
77

packages/components/src/Button/Button.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22

33
import type { Meta, StoryObj } from '@storybook/react';
4-
import { action } from '@storybook/addon-actions';
4+
import { action } from 'storybook/actions';
55

66
import { BUTTON_SIZE_VALUES, BUTTON_TYPE_VALUES } from './Button.types';
77
import Button from './Button';

packages/components/src/Expander/Expander.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Meta, StoryObj } from '@storybook/react';
2-
import { action } from '@storybook/addon-actions';
2+
import { action } from 'storybook/actions';
33

44
import Expander from './Expander';
55

0 commit comments

Comments
 (0)