Moving a couple of types to @grafana/ui

This commit is contained in:
Torkel Ödegaard
2018-12-23 09:15:32 +01:00
parent 0ff572efbf
commit a02b4b47b6
33 changed files with 137 additions and 159 deletions

View File

@@ -1,5 +1,5 @@
import React, { PureComponent } from 'react';
import { PanelProps } from 'app/types';
import { PanelProps } from '@grafana/ui';
export class Text2 extends PureComponent<PanelProps> {
constructor(props) {