mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
Fix typescript type error
This commit is contained in:
parent
2750e85ca4
commit
212362acb5
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user