Skip to content

Commit 5b864f7

Browse files
committed
Revert file naming
1 parent 8460d88 commit 5b864f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/QueryEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import defaults from 'lodash/defaults';
22
import React, { ChangeEvent } from 'react';
33
import { Icon, InlineFormLabel, Segment } from '@grafana/ui';
44
import { QueryEditorProps } from '@grafana/data';
5-
import { DataSource } from '../datasource';
5+
import { DataSource } from '../DataSource';
66
import { JsonApiDataSourceOptions, JsonApiQuery, defaultQuery } from '../types';
77
import { JsonPathQueryField } from './JsonPathQueryField';
88
import { cx } from 'emotion';

src/detectFieldType.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { detectFieldType } from './datasource';
1+
import { detectFieldType } from './DataSource';
22
import { format } from 'date-fns';
33

44
test('years and months gets parsed as string to reduce false positives', () => {

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { DataSourcePlugin } from '@grafana/data';
2-
import { DataSource } from './datasource';
2+
import { DataSource } from './DataSource';
33
import { ConfigEditor } from './components/ConfigEditor';
44
import { QueryEditor } from './components/QueryEditor';
55
import { VariableQueryEditor } from './components/VariableQueryEditor';

0 commit comments

Comments
 (0)