From 1ed7d8bceca6e7bc9fc59125c17603fc22b31035 Mon Sep 17 00:00:00 2001 From: GotPPay Date: Tue, 22 May 2018 13:54:36 +0200 Subject: [PATCH] add draggable component --- src/components/Shared/ValidationErrorsInfoDialog.js | 1 + src/routes/app/routes/pages/routes/map/components/Services.js | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Shared/ValidationErrorsInfoDialog.js b/src/components/Shared/ValidationErrorsInfoDialog.js index 262092f..b3fc455 100644 --- a/src/components/Shared/ValidationErrorsInfoDialog.js +++ b/src/components/Shared/ValidationErrorsInfoDialog.js @@ -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 { diff --git a/src/routes/app/routes/pages/routes/map/components/Services.js b/src/routes/app/routes/pages/routes/map/components/Services.js index d290237..716ffa8 100644 --- a/src/routes/app/routes/pages/routes/map/components/Services.js +++ b/src/routes/app/routes/pages/routes/map/components/Services.js @@ -50,7 +50,6 @@ import FloatingActionButton from 'material-ui/FloatingActionButton'; import ContentAdd from 'material-ui/svg-icons/content/add'; import moment from 'moment'; import { Card, CardActions, CardHeader, CardMedia, CardTitle, CardText } from 'material-ui/Card'; -import Draggable, { DraggableCore } from 'react-draggable'; // Both at the same time import Imgix from 'react-imgix' import Paper from 'material-ui/Paper';