import riot from 'riot'; function Clicker() { riot.observable(this); } const clicker = new Clicker(); export default clicker;