Front end of the Slack clone application.

12345
  1. 'use strict';
  2. module.exports = cb => new Promise(resolve => {
  3. resolve(cb());
  4. });