diff options
Diffstat (limited to 'apps/workflowengine/src/components/Check.vue')
-rw-r--r-- | apps/workflowengine/src/components/Check.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/workflowengine/src/components/Check.vue b/apps/workflowengine/src/components/Check.vue index f737bc2f1a9..e075d23142f 100644 --- a/apps/workflowengine/src/components/Check.vue +++ b/apps/workflowengine/src/components/Check.vue @@ -41,9 +41,9 @@ </template> <script> -import { Multiselect } from '@nextcloud/vue/dist/Components/Multiselect' -import { Actions } from '@nextcloud/vue/dist/Components/Actions' -import { ActionButton } from '@nextcloud/vue/dist/Components/ActionButton' +import Multiselect from '@nextcloud/vue/dist/Components/Multiselect' +import Actions from '@nextcloud/vue/dist/Components/Actions' +import ActionButton from '@nextcloud/vue/dist/Components/ActionButton' import ClickOutside from 'vue-click-outside' export default { |