Fix weird import

Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
This commit is contained in:
Tom Coleman 2020-07-02 19:26:17 +10:00 committed by GitHub
parent e92ec19cca
commit c87c3b3444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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