UNPKG

punchcard-cms

Version:
18 lines (15 loc) 242 B
/** * @fileoverview Applications index * * @author Scott Nath * */ 'use strict'; const model = require('./model'); const routes = require('./routes'); const send = require('./send'); module.exports = { model, routes, send, };