UNPKG

77 BJavaScriptView Raw
1'use strict';
2
3module.exports = app => {
4 require('./lib/loader')(app);
5};
6