mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Variables: breaks variable.ts into 2 separate files utils and types (#22884)
This commit is contained in:
@@ -2,7 +2,7 @@ import React, { PureComponent } from 'react';
|
||||
import { connect, MapStateToProps } from 'react-redux';
|
||||
import { StoreState } from '../../../../types';
|
||||
import { getVariableClones } from '../../../variables/state/selectors';
|
||||
import { VariableHide, VariableModel } from '../../../templating/variable';
|
||||
import { VariableHide, VariableModel } from '../../../templating/types';
|
||||
import { DashboardModel } from '../../state';
|
||||
import { AngularDashboardLinks } from './AngularDashboardLinks';
|
||||
import { Annotations } from './Annotations';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import React, { FunctionComponent, useEffect, useState } from 'react';
|
||||
import { VariableHide, VariableModel } from '../../../templating/variable';
|
||||
import { VariableHide, VariableModel } from '../../../templating/types';
|
||||
import { e2e } from '@grafana/e2e';
|
||||
import { PickerRenderer } from '../../../variables/pickers/PickerRenderer';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user