chore: format code

This commit is contained in:
Frank
2025-11-11 13:37:28 -05:00
parent ef3e17df54
commit 322a1f8673
18 changed files with 405 additions and 403 deletions
+4 -2
View File
@@ -2,7 +2,9 @@
/* tslint:disable */
/* eslint-disable */
/// <reference types="vite/client" />
interface ImportMetaEnv {}
interface ImportMetaEnv {
}
interface ImportMeta {
readonly env: ImportMetaEnv
}
}