mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Build: add @grafana/data package (#17436)
first step in moving non-ui components to their own package
This commit is contained in:
@@ -5,7 +5,7 @@ import { StoreState } from 'app/types';
|
||||
import { getNavModel } from 'app/core/selectors/navModel';
|
||||
import { getServerStats, ServerStat } from './state/apis';
|
||||
import Page from 'app/core/components/Page/Page';
|
||||
import { NavModel } from '@grafana/ui';
|
||||
import { NavModel } from '@grafana/data';
|
||||
|
||||
interface Props {
|
||||
navModel: NavModel;
|
||||
|
||||
Reference in New Issue
Block a user