import React from 'react' import SitesIcon from './presentational/Icons/Sites.js' // import RefreshIcon from './presentational/Icons/RefreshIcon.js' // import CoeventIcon from './presentational/Icons/CoeventIcon.js' // import RouteIcon from './presentational/Icons/RouteIcon.js' function ToolbarBottomActions (props) { function renderMapActions () { return (
{process.env.features.USE_SITES ? : null}
) } return (
{renderMapActions()}
{/* */} {/* */} {/* */}
) } export default ToolbarBottomActions