chore: remove unused imports (#8283)

This commit is contained in:
丶远方 2023-06-10 22:43:56 +08:00 committed by GitHub
parent 6277cb994a
commit 0e63cbfaf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ nr build core --formats cjs
*/ */
import fs from 'node:fs/promises' import fs from 'node:fs/promises'
import { existsSync, readFileSync, rmSync } from 'node:fs' import { existsSync, readFileSync } from 'node:fs'
import path from 'node:path' import path from 'node:path'
import minimist from 'minimist' import minimist from 'minimist'
import { gzipSync, brotliCompressSync } from 'node:zlib' import { gzipSync, brotliCompressSync } from 'node:zlib'