remove unused import from InternalStorageService

This commit is contained in:
Hazelnoot 2024-11-28 19:17:34 -05:00
parent aa220a0411
commit 0efd5eff2b

View file

@ -4,7 +4,7 @@
*/
import * as fs from 'node:fs';
import { copyFile, mkdir, unlink, writeFile } from 'node:fs/promises';
import { copyFile, unlink, writeFile } from 'node:fs/promises';
import * as Path from 'node:path';
import { fileURLToPath } from 'node:url';
import { dirname } from 'node:path';