import React from 'react'; import { Switch, Route } from 'react-router'; import classNames from 'classnames'; import Sidebar from 'components/Sidebar/Sidebar'; import DashboardContent from 'components/Dashboard/DashboardContent'; import DialogsContainer from 'components/DialogsContainer'; import PreferencesContent from 'components/Preferences/PreferencesContent'; import PreferencesSidebar from 'components/Preferences/PreferencesSidebar'; import Search from 'containers/GeneralSearch/Search'; import withDashboard from 'containers/Dashboard/withDashboard'; import { compose } from 'utils'; function Dashboard({ sidebarExpended }) { return (