Update imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { addLabelToQuery } from './add_label_to_query';
|
||||
import { addLabelToQuery } from './addToQuery';
|
||||
|
||||
describe('addLabelToQuery()', () => {
|
||||
it('should add label to simple query', () => {
|
||||
|
||||
@@ -45,7 +45,7 @@ import { getTemplateSrv, TemplateSrv } from 'app/features/templating/template_sr
|
||||
import { serializeParams } from '../../../core/utils/fetch';
|
||||
import { renderLegendFormat } from '../prometheus/legend';
|
||||
|
||||
import { addLabelToQuery, addParserToQuery } from './add_label_to_query';
|
||||
import { addLabelToQuery, addParserToQuery } from './addToQuery';
|
||||
import { transformBackendResult } from './backendResultTransformer';
|
||||
import { LokiAnnotationsQueryEditor } from './components/AnnotationsQueryEditor';
|
||||
import LanguageProvider from './language_provider';
|
||||
|
||||
Reference in New Issue
Block a user