mirror of
https://github.com/grafana/grafana.git
synced 2025-09-23 18:52:33 +08:00
Plugins: move jaeger trace type to grafana data (#25403)
* Plugins: move jaeger trace type to grafana data * Remove unnecessary type from tsconfig
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
// limitations under the License.
|
||||
|
||||
import React from 'react';
|
||||
import { SpanReference } from '../types/trace';
|
||||
import { SpanReference } from '@grafana/data';
|
||||
import ExternalLinkContext from './externalLinkContext';
|
||||
|
||||
type ReferenceLinkProps = {
|
||||
|
Reference in New Issue
Block a user