Added search box

This commit is contained in:
2026-04-04 09:50:11 +10:00
parent 877caa3291
commit bfe246ab44
4 changed files with 10 additions and 3 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ export type SharedProps = import('@inertiajs/core').PageProps & {
auth: {
user: User | null
isLoggedIn: boolean
}
},
logo_api_url: string
}
declare module '@inertiajs/vue3' {