mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -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 { 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 DescriptionPicker, { OptionWithDescription } from 'app/core/components/Picker/DescriptionPicker';
|
||||
import { User } from 'app/types';
|
||||
import {
|
||||
dashboardPermissionLevels,
|
||||
dashboardAclTargets,
|
||||
|
Loading…
Reference in New Issue
Block a user