import {ThemeContext} from './theme-context'; function ThemedButton(props) { // highlight-range{2-9} return ( {theme => (