fix conflict + error on CommentType

This commit is contained in:
nobohan
2021-06-25 13:57:49 +02:00
11 changed files with 520 additions and 41 deletions

View File

@@ -14,4 +14,6 @@ module.exports = function(encore, entries)
encore.addEntry('vue_accourse', __dirname + '/Resources/public/vuejs/AccompanyingCourse/index.js');
encore.addEntry('household_edit_metadata', __dirname + '/Resources/public/modules/household_edit_metadata/index.js');
encore.addEntry('accompanying_course_work_create', __dirname + '/Resources/public/vuejs/AccompanyingCourseWorkCreate/index.js');
encore.addEntry('person', __dirname + '/Resources/public/js/person.js');
};