@grafana/runtime: expose location update (#17428)

This commit is contained in:
Ryan McKinley
2019-06-04 16:20:55 +02:00
committed by GitHub
parent 10a4a89902
commit 574a37e46f
14 changed files with 70 additions and 30 deletions

View File

@@ -5,7 +5,8 @@ import { connect } from 'react-redux';
import find from 'lodash/find';
// Types
import { StoreState, UrlQueryMap } from 'app/types';
import { UrlQueryMap } from '@grafana/runtime';
import { StoreState } from 'app/types';
import {
NavModel,
NavModelItem,