From 6a644a6499ba9b79d3490d2d3ce79ddc23e5d353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrg=C3=BCn=20Day=C4=B1o=C4=9Flu?= Date: Mon, 5 Aug 2024 21:23:36 +0300 Subject: [PATCH] chore: reorder imports --- bin/src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/src/utils.js b/bin/src/utils.js index 42dfb23..c32da21 100644 --- a/bin/src/utils.js +++ b/bin/src/utils.js @@ -1,7 +1,7 @@ +import { Glob } from "glob"; import { createHash } from "node:crypto"; import { readFile, writeFile } from "node:fs/promises"; import { win32, posix } from "node:path"; -import { Glob } from "glob"; const generateFileHash = async (filePath) => { try {