[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-01-24 02:43:04 +00:00
parent f03a89d3b3
commit fe0cd2f1a0

View File

@@ -1,5 +1,5 @@
import { inject } from 'vue';
import type { InjectionKey } from 'vue';
import { inject } from 'vue'
import type { InjectionKey } from 'vue'
export type AssetKind = 'image' | 'video' | 'audio' | 'model' | 'unknown'