Fix typescript type error

This commit is contained in:
Michael Shilman 2019-04-24 18:00:20 +08:00
parent 2750e85ca4
commit 212362acb5

View File

@ -1,4 +1,5 @@
import { toId, sanitize, splitPath } from '@storybook/router/utils';
// FIXME: we shouldn't import from dist but there are no types otherwise
import { toId, sanitize, splitPath } from '@storybook/router/dist/utils';
import { Module } from '../index';
import merge from '../lib/merge';