Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
robhil committed May 18, 2021
1 parent d5a2438 commit 69880ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client-api/src/story_store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import {
ArgTypesEnhancer,
StoreSelectionSpecifier,
StoreSelection,
StorySpecifier,
} from './types';
import { combineArgs, mapArgsToTypes, validateOptions } from './args';
import { HooksContext } from './hooks';
Expand All @@ -41,7 +42,6 @@ import { combineParameters } from './parameters';
import { ensureArgTypes } from './ensureArgTypes';
import { inferArgTypes } from './inferArgTypes';
import { inferControls } from './inferControls';
import { StorySpecifier } from '../dist/ts3.9';

interface StoryOptions {
includeDocsOnly?: boolean;
Expand Down

0 comments on commit 69880ed

Please sign in to comment.