diff --git a/app/imports/client/ui/properties/components/features/FeatureCard.vue b/app/imports/client/ui/properties/components/features/FeatureCard.vue index a8096891..bd6d686b 100644 --- a/app/imports/client/ui/properties/components/features/FeatureCard.vue +++ b/app/imports/client/ui/properties/components/features/FeatureCard.vue @@ -9,6 +9,10 @@ {{ model.name }} + import ToolbarCard from '/imports/client/ui/components/ToolbarCard.vue'; import PropertyDescription from '/imports/client/ui/properties/viewers/shared/PropertyDescription.vue' +import PropertyIcon from '/imports/client/ui/properties/shared/PropertyIcon.vue'; export default { components: { ToolbarCard, PropertyDescription, + PropertyIcon, }, props: { model: {