Resolve merge conflict

This commit is contained in:
2021-12-09 13:49:22 +01:00
2 changed files with 12 additions and 14 deletions

View File

@@ -256,6 +256,7 @@ import AddEvaluation from './components/AddEvaluation.vue';
import PersonRenderBox from 'ChillPersonAssets/vuejs/_components/Entity/PersonRenderBox.vue';
import AddPersons from 'ChillPersonAssets/vuejs/_components/AddPersons.vue';
import AddressRenderBox from 'ChillMainAssets/vuejs/_components/Entity/AddressRenderBox.vue';
import ThirdPartyRenderBox from 'ChillThirdPartyAssets/vuejs/_components/Entity/ThirdPartyRenderBox.vue';
import PickTemplate from 'ChillDocGeneratorAssets/vuejs/_components/PickTemplate.vue';
import ThirdPartyRenderBox from 'ChillThirdPartyAssets/vuejs/_components/Entity/ThirdPartyRenderBox.vue';
@@ -304,6 +305,7 @@ export default {
AddPersons,
PersonRenderBox,
AddressRenderBox,
ThirdPartyRenderBox,
PickTemplate,
ThirdPartyRenderBox,
},