ensure no reference to index of addon-actions for manager

This commit is contained in:
Norbert de Langen 2023-01-17 12:43:35 +01:00
parent b8ee42f476
commit b4f6447b76
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -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;