#4
Some checks failed
Deploy / deploy (push) Failing after 7s

This commit is contained in:
Никита Круглицкий
2025-10-07 05:39:40 +06:00
parent fbbb2b9b8e
commit ea55b99116
9 changed files with 110 additions and 96 deletions

View File

@@ -30,11 +30,11 @@
</template>
<script setup lang="ts">
import type { Client } from '#shared/types'
import type { ChadClient } from '#shared/types'
import type { MenuItem } from 'primevue/menuitem'
defineProps<{
client: Client
client: ChadClient
}>()
const menuRef = useTemplateRef('menu')