Skip to content

Commit 96928a5

Browse files
committed
no unused!
1 parent 90553d1 commit 96928a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sv/lib/cli/add/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { type AgentName, resolveCommand } from 'package-manager-detector';
55
import pc from 'picocolors';
66
import { exec } from 'tinyexec';
77

8-
import { type Highlighter, type Workspace, parseJson } from '../../core.ts';
8+
import { type Workspace, parseJson } from '../../core.ts';
99

1010
export type Package = {
1111
name: string;

0 commit comments

Comments
 (0)