mirror of https://github.com/grafana/grafana
parent
4dcd2ceb01
commit
39bc3cb532
@ -1,7 +1,7 @@ |
||||
define([ |
||||
'./panelMenu', |
||||
'./panelDirective', |
||||
'./panelSrv', |
||||
'./panelHelper', |
||||
'./soloPanelCtrl', |
||||
'./panel_menu', |
||||
'./panel_directive', |
||||
'./panel_srv', |
||||
'./panel_helper', |
||||
'./solo_panel_ctrl', |
||||
], function () {}); |
||||
|
@ -1,5 +1,5 @@ |
||||
define([ |
||||
'app/components/timeSeries' |
||||
'app/core/time_series' |
||||
], function(TimeSeries) { |
||||
'use strict'; |
||||
|
Loading…
Reference in new issue