import React from 'react' import { Controls, ControlsBW } from './svg/Controls' export default ({ titleBar, theme, handleTitleBarChange }) => (
{theme === 'bw' ? : }
handleTitleBarChange(e.target.value)} />
)