feat(panels): fixes

This commit is contained in:
Torkel Ödegaard
2016-01-28 16:48:37 -05:00
parent a00231a1c2
commit 56c76f380b
9 changed files with 24 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ import store from 'app/core/store';
import _ from 'lodash';
import angular from 'angular';
import $ from 'jquery';
import coreModule from '../core_module';
import coreModule from 'app/core/core_module';
export class GrafanaCtrl {