Skip to content

Commit

Permalink
use named import from dedent
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Sep 4, 2024
1 parent f1d1896 commit b6b6c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/addons/test/src/postinstall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit b6b6c24

Please sign in to comment.