Commit 97d718f8 by Johannes Schill

Pick up the type from app/types

parent e8ba35ab
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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment