finish drag and drop system

This commit is contained in:
Katalina / stardust 2017-12-27 13:16:26 -06:00
parent e36be9e381
commit 7806219464
19 changed files with 465 additions and 90 deletions

View file

@ -1,11 +1,11 @@
import React, { Component, Fragment } from 'react'
import { Route } from 'react-router-dom'
import { connect } from 'react-redux'
import { withRouter } from 'react-router'
import Servers from '../components/servers'
import OauthCallback from '../components/oauth-callback'
import OauthFlow from '../components/oauth-flow'
import { withRouter } from 'react-router';
const aaa = (props) => (<div>{ JSON.stringify(props) }</div>)