const preact = require('preact'); module.exports = function square(colours) { if (colours.length === 1) { return ( ); } return ( ); }