mirror of
https://github.com/zammad/zammad
synced 2026-05-24 09:48:36 +00:00
Maintenance: Fixed wrongly used composable import.
This commit is contained in:
parent
b0bb15d641
commit
ef546f548f
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue