Fixed import path

This commit is contained in:
Torkel Ödegaard 2019-01-28 09:20:54 +01:00
parent 7f2c2a913e
commit de79c27bcb

View File

@ -2,7 +2,7 @@ import _ from 'lodash';
import $ from 'jquery';
import 'vendor/flot/jquery.flot';
import 'vendor/flot/jquery.flot.gauge';
import 'app/features/dashboard/panellinks/link_srv';
import 'app/features/panel/panellinks/link_srv';
import kbn from 'app/core/utils/kbn';
import config from 'app/core/config';