UNPKG

punchcard-cms

Version:
16 lines (13 loc) 195 B
/** * @fileoverview Users index * * @author Scott Nath * */ 'use strict'; const model = require('./model'); const routes = require('./routes'); module.exports = { model, routes, };