Pick up the type from app/types

This commit is contained in:
Johannes Schill 2018-09-26 13:39:16 +02:00
parent e8ba35ab2d
commit 97d718f87a

View File

@ -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,