UNPKG

inspirobot-slack

Version:
10 lines (8 loc) 164 B
const home = require('./home'); const notFound = require('./notFound'); const quote = require('./quote'); module.exports = { home, notFound, quote, };