import React from 'react' import Dropdown from './dropdown' import ColorPicker from './colorpicker' import Settings from './settings' import Button from './button' import { THEMES, LANGUAGES } from '../lib/constants' const Toolbar = (props) => (