Skip to content

Commit e0e73cd

Browse files
committed
chore: remove unused import
1 parent 0f668f2 commit e0e73cd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

lib/nativescript-cli.ts

+1-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@ shelljs.config.fatal = true;
66
import { installUncaughtExceptionListener } from "./common/errors";
77
import { settlePromises } from "./common/helpers";
88
import { injector } from "./common/yok";
9-
import {
10-
ErrorCodes,
11-
IErrors,
12-
ICommandDispatcher,
13-
IMessagesService,
14-
} from "./common/declarations";
9+
import { ErrorCodes, IErrors, ICommandDispatcher } from "./common/declarations";
1510
import {
1611
IExtensibilityService,
1712
IExtensionData,

0 commit comments

Comments
 (0)