1 2 3 4 5 6 7 8 9
import riot from 'riot'; function Clicker() { riot.observable(this); } const clicker = new Clicker(); export default clicker;