Skip to content

Commit 3493dea

Browse files
committed
♻️ format code
1 parent eb56265 commit 3493dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import path from "node:path";
22
import { runMain as _runMain, defineCommand } from "citty";
33
import { consola } from "consola";
44
import { colorize } from "consola/utils";
5-
import { readPackageJSON, writePackageJSON } from "pkg-types";
65
import { downloadTemplate } from "giget";
6+
import { readPackageJSON, writePackageJSON } from "pkg-types";
77

88
export const runMain = () => _runMain(mainCommand);
99

0 commit comments

Comments
 (0)