mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 04:51:05 +08:00
ensure no reference to index of addon-actions for manager
This commit is contained in:
parent
b8ee42f476
commit
b4f6447b76
@ -5,8 +5,8 @@ import type { API } from '@storybook/manager-api';
|
|||||||
import { STORY_CHANGED } from '@storybook/core-events';
|
import { STORY_CHANGED } from '@storybook/core-events';
|
||||||
|
|
||||||
import { ActionLogger as ActionLoggerComponent } from '../../components/ActionLogger';
|
import { ActionLogger as ActionLoggerComponent } from '../../components/ActionLogger';
|
||||||
import { EVENT_ID } from '../..';
|
|
||||||
import type { ActionDisplay } from '../../models';
|
import type { ActionDisplay } from '../../models';
|
||||||
|
import { EVENT_ID } from '../../constants';
|
||||||
|
|
||||||
interface ActionLoggerProps {
|
interface ActionLoggerProps {
|
||||||
active: boolean;
|
active: boolean;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user