Fixed directives.

This commit is contained in:
Alexander Zobnin
2016-03-16 21:41:19 +03:00
parent 816870136c
commit 17e8529127
3 changed files with 20 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
import _ from 'lodash';
import * as dateMath from 'app/core/utils/datemath';
import * as utils from './utils';
import metricFunctions from './metricFunctions';
import * as metricFunctions from './metricFunctions';
import './zabbixAPI.service.js';
import './zabbixCache.service.js';
import './queryProcessor.service.js';