import { h, render } from 'preact-cycle'; /** @jsx h */ const App = ({ value, mutation }) => (
Value: { value }
{value}