Skip to content

Commit 013a238

Browse files
committed
remvoed unused import
1 parent a763cc1 commit 013a238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/commands/add/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import pc from 'picocolors';
55
import * as v from 'valibot';
66
import * as pkg from 'empathic/package';
77
import * as p from '@sveltejs/clack-prompts';
8-
import { Command, Option } from 'commander';
8+
import { Command } from 'commander';
99
import {
1010
officialAddons,
1111
getAddonDetails,

0 commit comments

Comments
 (0)