Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Jan 16, 2024
1 parent 7abbd42 commit 167ce75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/core-server/src/presets/common-preset.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fs, { pathExists, readFile } from 'fs-extra';
import { deprecate, logger } from '@storybook/node-logger';
import { logger } from '@storybook/node-logger';
import { telemetry } from '@storybook/telemetry';
import {
findConfigFile,
Expand Down

0 comments on commit 167ce75

Please sign in to comment.