chore: format code

This commit is contained in:
GitHub Action 2025-11-08 15:20:53 +00:00
commit 6ecaf83f76
23 changed files with 491 additions and 503 deletions

View file

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