mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Refactor: move NavModel to @grafana/ui (#16813)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { FolderDTO, NavModelItem, NavModel } from 'app/types';
|
||||
import { FolderDTO } from 'app/types';
|
||||
import { NavModelItem, NavModel } from '@grafana/ui';
|
||||
|
||||
export function buildNavModel(folder: FolderDTO): NavModelItem {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user