Skip to content

Commit c788540

Browse files
committed
fix broken import
1 parent 71ed5ac commit c788540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/core/src/types/modules/api-stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import type { StatusByTypeId } from '../../../dist/types';
21
import type { DocsOptions } from './core-common';
32
import type { ArgTypes, Args, ComponentTitle, Parameters, Path, StoryId, Tag } from './csf';
43
import type { IndexEntry } from './indexer';
4+
import type { StatusByTypeId } from './status';
55

66
export interface API_BaseEntry {
77
id: StoryId;

0 commit comments

Comments
 (0)