Refactored UI folder structure

This commit is contained in:
Stefan Zermatten
2019-04-15 11:44:27 +02:00
parent 05867c61dd
commit dabb54b0a3
47 changed files with 59 additions and 59 deletions

View File

@@ -16,7 +16,7 @@ let LibraryNodeSchema = schema({
},
});
for (key in librarySchemas){
for (let key in librarySchemas){
let schema = new SimpleSchema({});
schema.extend(librarySchemas[key]);
schema.extend(LibraryNodeSchema);