Merge remote-tracking branch 'origin/master' into features/household-editor

This commit is contained in:
2021-06-09 16:27:03 +02:00
111 changed files with 4828 additions and 5415 deletions

View File

@@ -10,4 +10,5 @@ module.exports = function(encore, entries)
encore.addEntry('accompanying_course', __dirname + '/Resources/public/vuejs/AccompanyingCourse/index.js');
encore.addEntry('household_members_editor', __dirname + '/Resources/public/vuejs/HouseholdMembersEditor/index.js');
encore.addEntry('vue_accourse', __dirname + '/Resources/public/vuejs/AccompanyingCourse/index.js');
};