mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:01:22 +08:00
Remove unused imports
This commit is contained in:
parent
afaf141041
commit
2db1bc7e3c
@ -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';
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
import { dedent } from 'ts-dedent';
|
||||
import { logger } from '@storybook/node-logger';
|
||||
import { dirname } from 'path';
|
||||
import type {
|
||||
BuilderOptions,
|
||||
CLIOptions,
|
||||
|
Loading…
x
Reference in New Issue
Block a user