Added Character sheet

This commit is contained in:
Stefan Zermatten
2018-12-21 12:17:49 +02:00
parent e0195499e5
commit 76da2c8393
11 changed files with 159 additions and 96 deletions

View File

@@ -24,3 +24,5 @@ let experienceSchema = new SimpleSchema({
Experiences.attachSchema(experienceSchema);
//Experiences.attachBehaviour("softRemovable");
export default Experiences;