This commit is contained in:
Frank
2025-12-02 18:36:13 -05:00
parent 6005e75549
commit a432fd69f7
24 changed files with 590 additions and 600 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
}
}