Skip to content

Commit 415ed17

Browse files
committed
fix: simplify imports
1 parent 4d754c2 commit 415ed17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import { LoggerInterface } from './logger/loggerTypes';
99
import { TelemetryServiceInterface } from './telemetry/telemetryTypes';
10-
import { LLMServiceInterface } from './llmService/LLMService';
10+
import { LLMServiceInterface } from './llmService';
1111

1212
export const SFDX_CORE_EXTENSION_NAME = 'salesforcedx-vscode-core';
1313

0 commit comments

Comments
 (0)