Preview connection URI

This commit is contained in:
Thomas Nordquist
2019-02-17 10:36:56 +01:00
parent 9c863c8339
commit 804c96d041
4 changed files with 44 additions and 11 deletions

View File

@@ -1,10 +1,7 @@
import * as React from 'react'
import * as q from '../../../../backend/src/Model'
import { AppState } from '../../reducers'
import TreeNode from './TreeNode'
import { connect } from 'react-redux'
import { TopicOrder } from '../../reducers/Settings'
import { Theme, withStyles } from '@material-ui/core'
import { TopicViewModel } from '../../TopicViewModel'