mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
Pick up the type from app/types
This commit is contained in:
parent
e8ba35ab2d
commit
97d718f87a
@ -1,7 +1,8 @@
|
|||||||
import React, { Component } from 'react';
|
import React, { Component } from 'react';
|
||||||
import { UserPicker, User } from 'app/core/components/Picker/UserPicker';
|
import { UserPicker } from 'app/core/components/Picker/UserPicker';
|
||||||
import { TeamPicker, Team } from 'app/core/components/Picker/TeamPicker';
|
import { TeamPicker, Team } from 'app/core/components/Picker/TeamPicker';
|
||||||
import DescriptionPicker, { OptionWithDescription } from 'app/core/components/Picker/DescriptionPicker';
|
import DescriptionPicker, { OptionWithDescription } from 'app/core/components/Picker/DescriptionPicker';
|
||||||
|
import { User } from 'app/types';
|
||||||
import {
|
import {
|
||||||
dashboardPermissionLevels,
|
dashboardPermissionLevels,
|
||||||
dashboardAclTargets,
|
dashboardAclTargets,
|
||||||
|
Loading…
Reference in New Issue
Block a user