Skip to content

Commit

Permalink
Maintenance: Fixed wrongly used composable import.
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikklein committed May 31, 2023
1 parent b0bb15d commit ef546f5
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,7 +1,7 @@
<!-- Copyright (C) 2012-2023 Zammad Foundation, https://zammad-foundation.org/ -->

<script setup lang="ts">
import { useNotifications } from '#shared/components/CommonNotifications/composable.ts'
import { useNotifications } from '#shared/components/CommonNotifications/index.ts'
import Form from '#shared/components/Form/Form.vue'
import { useForm } from '#shared/components/Form/composable.ts'
import type { FormData, FormSchemaNode } from '#shared/components/Form/types.ts'
Expand Down

0 comments on commit ef546f5

Please sign in to comment.