fix broken imports
This commit is contained in:
parent
b966fb4610
commit
b6c0181b3e
6 changed files with 18 additions and 21 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue