Skip to content

Commit

Permalink
chore: reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Aug 5, 2024
1 parent e551b01 commit 6a644a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/src/utils.js
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 6a644a6

Please sign in to comment.