* 🎨 style(githook.ts): remove unused import

The import of fileURLToPath from the url module is not used in the file, so it has been removed to improve code readability and maintainability.
This commit is contained in:
di-sukharev
2023-03-06 23:35:39 +08:00
parent b5d1057fd6
commit e89fc96732

View File

@@ -1,6 +1,5 @@
import fs from 'fs/promises';
import path from 'path';
import { fileURLToPath } from 'url';
import { command } from 'cleye';
import { assertGitRepo } from '../utils/git.js';
import { existsSync } from 'fs';