remove react-dialog as package and include as part of the project
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import React, { Component } from 'react';
|
||||
import FlatButton from 'material-ui/FlatButton';
|
||||
import Dialog from 'react-dialog'
|
||||
import Dialog from './draggable-dialog';
|
||||
|
||||
import 'react-dialog/css/index.css';
|
||||
import './draggable-dialog/css/index.css';
|
||||
|
||||
export class ValidationErrorsInfoDialog extends React.Component {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user