mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
use named import from dedent
This commit is contained in:
parent
f1d1896878
commit
b6b6c2489d
@ -16,7 +16,7 @@ import { colors, logger } from 'storybook/internal/node-logger';
|
||||
import { findUp } from 'find-up';
|
||||
import { satisfies } from 'semver';
|
||||
import c from 'tinyrainbow';
|
||||
import dedent from 'ts-dedent';
|
||||
import { dedent } from 'ts-dedent';
|
||||
|
||||
import { type PostinstallOptions } from '../../../lib/cli-storybook/src/add';
|
||||
import { printError, printInfo, printSuccess, step } from './postinstall-logger';
|
||||
|
Loading…
x
Reference in New Issue
Block a user