Fix warning

This commit is contained in:
Florian Rival
2017-10-02 00:55:11 +02:00
parent 608ebcb0cf
commit 698d3095ec

View File

@@ -5,7 +5,7 @@ import IconButton from 'material-ui/IconButton';
import BaseEditor from './BaseEditor';
import AboutDialog from '../AboutDialog';
import Window from '../../Utils/Window';
import { Line, Column } from '../../UI/Grid';
import { Line } from '../../UI/Grid';
const styles = {
scrollContainer: {