Front end of the Slack clone application.

index.js 75B

123456
  1. "use strict";
  2. module.exports = {
  3. asCallback: require("./as-callback")
  4. };