REFACTOR addon/links to make creating themes work for react15

This commit is contained in:
Norbert de Langen 2019-04-27 00:44:04 +02:00
parent 9ec6265a7a
commit 1c12e8cc78

View File

@ -3,7 +3,7 @@ import { document } from 'global';
import qs from 'qs';
import addons from '@storybook/addons';
import { SELECT_STORY, STORY_CHANGED } from '@storybook/core-events';
import { toId } from '@storybook/router';
import { toId } from '@storybook/router/utils';
interface Params {
kind: string;