Skip to content

Commit 45bf8c2

Browse files
committed
Fixes the build warning by removing an unused import
1 parent e9eca44 commit 45bf8c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/webviews/home/homeWebview.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import type { Container } from '../../container';
66
import type { Subscription } from '../../plus/gk/account/subscription';
77
import type { SubscriptionChangeEvent } from '../../plus/gk/account/subscriptionService';
88
import { registerCommand } from '../../system/vscode/command';
9-
import { configuration } from '../../system/vscode/configuration';
109
import { getContext, onDidChangeContext } from '../../system/vscode/context';
1110
import type { IpcMessage } from '../protocol';
1211
import type { WebviewHost, WebviewProvider, WebviewShowingArgs } from '../webviewProvider';

0 commit comments

Comments
 (0)