Remove unused imports

This commit is contained in:
Ian VanSchooten 2022-11-03 16:26:55 -04:00
parent afaf141041
commit 2db1bc7e3c
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import path, { dirname, join } from 'path';
import path from 'path';
import { logger } from '@storybook/node-logger';
import { serverRequire } from '@storybook/core-common';

View File

@ -1,6 +1,5 @@
import { dedent } from 'ts-dedent';
import { logger } from '@storybook/node-logger';
import { dirname } from 'path';
import type {
BuilderOptions,
CLIOptions,