add version

This commit is contained in:
john 2025-05-20 10:44:37 +02:00
parent ff44a2f69f
commit 248f382276
6 changed files with 37 additions and 9 deletions

1
src/types.d.ts vendored
View file

@ -15,5 +15,6 @@ declare global {
}
export interface FemtoApp {
version: string
user: User | null
}