Variables: breaks variable.ts into 2 separate files utils and types (#22884)

This commit is contained in:
Hugo Häggmark
2020-03-24 05:46:31 +01:00
committed by GitHub
parent 7d9b6a0dee
commit 05b6d38374
100 changed files with 352 additions and 189 deletions

View File

@@ -1,5 +1,6 @@
import cloneDeep from 'lodash/cloneDeep';
import { AdHocVariableModel } from '../../templating/variable';
import { AdHocVariableModel } from '../../templating/types';
import { dispatch } from '../../../store/store';
import { VariableAdapter } from '../adapters';
import { AdHocPicker } from './picker/AdHocPicker';