Skip to content

Commit

Permalink
removed unwanted import
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelton-gov committed Dec 12, 2023
1 parent e280235 commit 3393681
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { ChangeEvent } from 'react';
import React from 'react';
import { InlineField, SecretInput } from '@grafana/ui';
import { DataSourcePluginOptionsEditorProps } from '@grafana/data';
import { MyDataSourceOptions, MySecureJsonData } from '../types';
Expand Down

0 comments on commit 3393681

Please sign in to comment.