Skip to content

Commit 20cc82e

Browse files
committed
Remove unused imports in shadow-bin
1 parent 18b45bc commit 20cc82e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/shadow/shadow-bin.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
import { realpathSync } from 'node:fs'
21
import path from 'node:path'
32

43
import spawn from '@npmcli/promise-spawn'
54

65
import constants from '../constants'
76
import { installLinks } from './link'
8-
import { findRoot } from '../utils/path-resolve'
97

108
const { NPM, abortSignal, distPath, execPath, shadowBinPath } = constants
119

0 commit comments

Comments
 (0)