first fixes

This commit is contained in:
Kevin
2026-06-29 22:48:59 +02:00
parent 184de52ad2
commit 66a97be5c6
25 changed files with 646 additions and 471 deletions
-1
View File
@@ -9,7 +9,6 @@ type ExtractProps<T> = Omit<
declare module '@adonisjs/inertia/types' {
export interface InertiaPages {
'account/signup': ExtractProps<(typeof import('../../inertia/pages/account/signup.vue'))['default']>
'auth/login': ExtractProps<(typeof import('../../inertia/pages/auth/login.vue'))['default']>
'auth/signup': ExtractProps<(typeof import('../../inertia/pages/auth/signup.vue'))['default']>
'components/create': ExtractProps<(typeof import('../../inertia/pages/components/create.vue'))['default']>