import { h, Component } from 'preact'; class Provider extends Component { getChildContext() { return { store: this.props.store }; } render() { return