AngularPanels: Move angular panel infra & components to angular/app folder (#40373)

* AngularPanels: Move to app/angular folder

* Fixing issues
This commit is contained in:
Torkel Ödegaard
2021-10-13 16:59:47 +02:00
committed by GitHub
parent 1505b8c0b0
commit c4ce7a40af
41 changed files with 38 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
import React from 'react';
import { DebugSection } from './DebugSection';
import { mount } from 'enzyme';
import { getLinkSrv, LinkService, LinkSrv, setLinkSrv } from '../../../../features/panel/panellinks/link_srv';
import { getLinkSrv, LinkService, LinkSrv, setLinkSrv } from '../../../../angular/panel/panellinks/link_srv';
import { dateTime } from '@grafana/data';
// We do not need more here and TimeSrv is hard to setup fully.