Skip to content

Commit

Permalink
use correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Jan 17, 2025
1 parent 6c2a260 commit 267c4c4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { readFile } from 'node:fs/promises';

import { getStorybookVersionSpecifier } from 'storybook/internal/cli';

import type { InstallationMetadata, JsPackageManager } from '@storybook/core/common';
import type { InstallationMetadata, JsPackageManager } from 'storybook/internal/common';

import picocolors from 'picocolors';
import { dedent } from 'ts-dedent';
Expand Down

0 comments on commit 267c4c4

Please sign in to comment.