UNPKG

cassoid

Version:

Cassoid, Foundry and your guide to weapon crafting

18 lines (14 loc) 376 B
const translate = require('../translations') const { state } = require('red/state'); // // Require all the components that we need to build the application. // require('./perk-selection'); require('./perk-wizard'); require('./barstat'); require('./stats'); // // Setup our default state. // state.translations = translate('en'); module.exports = require('red/register')();