mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:11:20 +08:00
Fix weird import
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
This commit is contained in:
parent
e92ec19cca
commit
c87c3b3444
@ -27,7 +27,7 @@ import {
|
||||
SetStoriesPayloadV2,
|
||||
} from '../lib/stories';
|
||||
|
||||
import { Args, ModuleFn, useAddonState } from '../index';
|
||||
import { Args, ModuleFn } from '../index';
|
||||
import { getSourceType } from './refs';
|
||||
|
||||
type Direction = -1 | 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user