fix broken imports

This commit is contained in:
uwap 2018-06-19 10:47:14 +02:00
parent b966fb4610
commit b6c0181b3e
6 changed files with 18 additions and 21 deletions

View file

@ -1,9 +1,7 @@
// @flow
import React from "react";
import {
ListItem,
ListItemIcon
} from "@material-ui/core/List";
import ListItem from "@material-ui/core/ListItem";
import ListItemIcon from "@material-ui/core/ListItemIcon";
import { renderIcon } from "utils/parseIconName";
import type { ControlUI } from "config/flowtypes";