import React from 'react' import {connect} from 'react-redux' import {getVariables} from '../selectors' import TagNavigation from '../components/TagNavigation' import Variables from '../components/Variables' import * as actions from '../actions' import {bindActionCreators} from 'redux' import {getTagsToSelect} from '../selectors' class Explorer extends React.Component { render() { let {variables, selectedTags, tagsToSelect, actions: {selectTag}} = this.props return (