Replaced default height and weight fields with fields taking units argument.
This commit is contained in:
7
src/web/plugins/plugins.js
Normal file
7
src/web/plugins/plugins.js
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
const ActorPlugins = require('./actors');
|
||||
|
||||
module.exports = {
|
||||
ActorPlugins,
|
||||
};
|
||||
Reference in New Issue
Block a user