UNPKG

338 BJavaScriptView Raw
1/**
2 * A bud file to render with coz.
3 */
4"use strict";
5
6const apemanBudReact = require('apeman-bud-react');
7
8module.exports = apemanBudReact({
9 type: 'view',
10 name: [
11 'splash/SplashTop',
12 'account/AccountDetail',
13 'account/AccountEdit'
14 ]
15});
16
17if (!module.parent) {
18 require('coz').render(__filename);
19}
\No newline at end of file