diff options
Diffstat (limited to 'apps/workflowengine/src/components/Rule.vue')
-rw-r--r-- | apps/workflowengine/src/components/Rule.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/workflowengine/src/components/Rule.vue b/apps/workflowengine/src/components/Rule.vue index c6e23a8f180..54e38b45b40 100644 --- a/apps/workflowengine/src/components/Rule.vue +++ b/apps/workflowengine/src/components/Rule.vue @@ -51,9 +51,9 @@ </template> <script> -import { Tooltip } from 'nextcloud-vue/dist/Directives/Tooltip' -import { Actions } from 'nextcloud-vue/dist/Components/Actions' -import { ActionButton } from 'nextcloud-vue/dist/Components/ActionButton' +import { Tooltip } from '@nextcloud/vue/dist/Directives/Tooltip' +import { Actions } from '@nextcloud/vue/dist/Components/Actions' +import { ActionButton } from '@nextcloud/vue/dist/Components/ActionButton' import Event from './Event' import Check from './Check' import Operation from './Operation' |