Skip to content

Commit 4f67785

Browse files
committed
chore: undo import reordering
1 parent d9dee7d commit 4f67785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates-worker.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import * as path from "node:path";
2+
import * as url from "node:url";
13
import { consola } from "consola";
24
import * as Eta from "eta";
35
import lodash from "lodash";
4-
import * as path from "node:path";
5-
import * as url from "node:url";
66
import type { CodeGenProcess } from "./code-gen-process.js";
77
import type { CodeGenConfig } from "./configuration.js";
88
import type { FileSystem } from "./util/file-system.js";

0 commit comments

Comments
 (0)