chore: format code

This commit is contained in:
Frank
2025-11-11 13:37:28 -05:00
parent 62b82570e1
commit 05937b52cc
18 changed files with 405 additions and 403 deletions

View File

@@ -2,7 +2,9 @@
/* tslint:disable */
/* eslint-disable */
/// <reference types="vite/client" />
interface ImportMetaEnv {}
interface ImportMetaEnv {
}
interface ImportMeta {
readonly env: ImportMetaEnv
}
}