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';