chore: format code

This commit is contained in:
GitHub Action 2025-11-21 17:57:33 +00:00
commit 26ec87803a
19 changed files with 526 additions and 528 deletions

View file

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