Skip to content

Instantly share code, notes, and snippets.

View mfeeney's full-sized avatar

Matthew Feeney mfeeney

View GitHub Profile
import React, {PropTypes} from 'react';
import {connect} from 'react-redux';
import {bindActionCreators} from 'redux';
import {browserHistory} from 'react-router';
import JSONTree from 'react-json-tree';
import parseJson from 'parse-json';
import * as dbActions from '../../actions/dbActions';
import SelectInput from '../common/SelectInput';
import QueryInput from './QueryInput';
import {databasesFormattedForDropdown, simpleFormattedForDropdown} from '../../selectors/selectors.js';