Skip to content

Commit 0f71538

Browse files
committed
lint imports
1 parent bbaafb4 commit 0f71538

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/webviews/webview-side/integrations/BigQueryForm.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
// Copyright (c) Microsoft Corporation.
2-
// Licensed under the MIT License.
3-
41
import * as React from 'react';
5-
import { BigQueryIntegrationConfig } from './types';
62
import { l10n } from 'vscode';
73

4+
import { BigQueryIntegrationConfig } from './types';
5+
86
export interface IBigQueryFormProps {
97
integrationId: string;
108
existingConfig: BigQueryIntegrationConfig | null;

0 commit comments

Comments
 (0)