refactor: move react components to separate dir

This commit is contained in:
Alexander Zobnin
2019-07-08 15:35:13 +03:00
parent 4346e13365
commit fbefe66d75
3 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ import coreModule from 'grafana/app/core/core_module';
import _ from 'lodash';
import $ from 'jquery';
import { react2AngularDirective } from './react2angular';
import { FunctionEditor } from './FunctionEditor';
import { FunctionEditor } from './components/FunctionEditor';
/** @ngInject */
export function zabbixFunctionEditor($compile, templateSrv) {