Front end of the Slack clone application.

index.js 60B

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