Skip to content

Commit d1eb6cd

Browse files
committed
sort
1 parent 7986360 commit d1eb6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/upgrade/src/codemods/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { dirname, resolve } from 'node:path';
22
import { fileURLToPath } from 'node:url';
33

44
import chalk from 'chalk';
5-
import { glob } from 'tinyglobby';
65
import { run } from 'jscodeshift/src/Runner.js';
6+
import { glob } from 'tinyglobby';
77

88
const __dirname = dirname(fileURLToPath(import.meta.url));
99

0 commit comments

Comments
 (0)