Skip to content

Commit 8cf8962

Browse files
committed
fix
1 parent c035b22 commit 8cf8962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-src/utils/log.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* https://github.com/webpack/webpack-dev-server/blob/main/LICENSE
99
*/
1010

11-
import type { LoggerOptions } from '../modules/logger/createConsoleLogger';
11+
import type { LoggerOptions } from '../modules/types';
1212
import logger from '../modules/logger/index';
1313
import { LogLevel } from '../type';
1414

0 commit comments

Comments
 (0)