We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2219b2 commit 9b5b7aaCopy full SHA for 9b5b7aa
src/webviews/webview-side/integrations/BigQueryForm.tsx
@@ -1,10 +1,8 @@
1
-// Copyright (c) Microsoft Corporation.
2
-// Licensed under the MIT License.
3
-
4
import * as React from 'react';
5
-import { BigQueryIntegrationConfig } from './types';
6
import { l10n } from 'vscode';
7
+import { BigQueryIntegrationConfig } from './types';
+
8
export interface IBigQueryFormProps {
9
integrationId: string;
10
existingConfig: BigQueryIntegrationConfig | null;
0 commit comments