add draggable component

This commit is contained in:
GotPPay
2018-05-22 13:54:36 +02:00
parent 7728262f29
commit 1ed7d8bcec
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
import React, { Component } from 'react';
import Dialog from 'material-ui/Dialog';
import FlatButton from 'material-ui/FlatButton';
import Draggable, { DraggableCore } from 'react-draggable'; // Both at the same time
export class ValidationErrorsInfoDialog extends React.Component {