Skip to content

Commit 22c14ee

Browse files
committed
Fix import
1 parent b17ebfb commit 22c14ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/esbuild/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { nanoid } from 'nanoid/non-secure'
2-
import { readdir, readFile } from 'node:fs/promises'
2+
import { readdir, readFile, rm } from 'node:fs/promises'
33
import { tmpdir } from 'node:os'
44
import { join, parse, resolve } from 'node:path'
5-
import { rm, SizeLimitError } from 'size-limit'
5+
import { SizeLimitError } from 'size-limit'
66

77
import { convertConfig } from './convert-config.js'
88
import { getConfig } from './get-config.js'

0 commit comments

Comments
 (0)