chore: format code

This commit is contained in:
GitHub Action
2025-11-11 18:38:23 +00:00
parent 05937b52cc
commit b5cc27b8ea
18 changed files with 403 additions and 405 deletions

View File

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