/* * * Content * */ import React from 'react'; import { connect } from 'react-redux'; import { createSelector } from 'reselect'; import { selectPlugins } from 'containers/App/selectors'; import styles from './styles.scss'; export class Content extends React.Component { // eslint-disable-line react/prefer-stateless-function render() { return (