table done and finished shitty auth

This commit is contained in:
Niki Wix Skaarup 2025-04-02 01:56:28 +02:00
parent 1adf2fb862
commit a04b54ce99
Signed by: nikiskaarup
GPG key ID: FC2F1B116F6E788C
12 changed files with 513 additions and 10 deletions

View file

@ -4,7 +4,6 @@ import './index.css';
declare global {
var didMount: boolean | undefined;
var user: { name: string } | undefined;
}
let app: Record<string, any> | undefined;