Skip to content

Commit b6b6c24

Browse files
committed
use named import from dedent
1 parent f1d1896 commit b6b6c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/addons/test/src/postinstall.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { colors, logger } from 'storybook/internal/node-logger';
1616
import { findUp } from 'find-up';
1717
import { satisfies } from 'semver';
1818
import c from 'tinyrainbow';
19-
import dedent from 'ts-dedent';
19+
import { dedent } from 'ts-dedent';
2020

2121
import { type PostinstallOptions } from '../../../lib/cli-storybook/src/add';
2222
import { printError, printInfo, printSuccess, step } from './postinstall-logger';

0 commit comments

Comments
 (0)