const client = require('./client') const clientClicked = require('./client.clicked') module.exports = [ client, clientClicked ]