1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00

clean up unsused imports

This commit is contained in:
ivaosthu 2016-12-17 15:12:45 +01:00
parent d11e62fea1
commit fc8b01cf44

View File

@ -1,6 +1,6 @@
import React, { PropTypes, Component } from 'react';
import { Textfield, IconButton, Menu, MenuItem, Checkbox, Card, CardTitle, CardText } from 'react-mdl';
import { Textfield, IconButton, Menu, MenuItem, Checkbox } from 'react-mdl';
import { FormButtons } from '../common';