Skip to content

Commit ec68e85

Browse files
authored
fix: import can be shortened (#4794)
1 parent 67487b3 commit ec68e85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/error.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type {
77
RollupWarning,
88
WarningHandler
99
} from '../rollup/types';
10-
import { extname } from '../utils/path';
10+
import { extname } from './path';
1111
import getCodeFrame from './getCodeFrame';
1212
import { printQuotedStringList } from './printStringList';
1313
import relativeId from './relativeId';

0 commit comments

Comments
 (0)