first fixes

This commit is contained in:
Kevin
2026-06-29 22:59:06 +02:00
parent c6d43040c5
commit 3721b98420
5 changed files with 89 additions and 24 deletions
+1
View File
@@ -36,5 +36,6 @@ declare module '@adonisjs/inertia/types' {
'widgets/SimpleGallery': ExtractProps<(typeof import('../../inertia/pages/widgets/SimpleGallery.vue'))['default']>
'widgets/TableComponent': ExtractProps<(typeof import('../../inertia/pages/widgets/TableComponent.vue'))['default']>
'widgets/ValidationError': ExtractProps<(typeof import('../../inertia/pages/widgets/ValidationError.vue'))['default']>
'widgets/CustomSelect': ExtractProps<(typeof import('../../inertia/pages/widgets/CustomSelect.vue'))['default']>
}
}