DB looks good, need to test login page

This commit is contained in:
Eclypsed
2024-01-25 03:05:13 -05:00
parent e86b103af0
commit 0ad1ace45b
9 changed files with 212 additions and 31 deletions

2
src/app.d.ts vendored
View File

@@ -8,8 +8,6 @@ declare global {
// interface PageState {}
// interface Platform {}
}
type AlertType = 'info' | 'success' | 'warning' | 'caution'
}
export {}