Auto fix & format all files

This commit is contained in:
filtered
2025-09-16 20:27:04 +10:00
parent b25690d435
commit e2e8ff6c3b
194 changed files with 360 additions and 292 deletions

View File

@@ -29,11 +29,11 @@ import { ref, watch } from 'vue'
import Load3DScene from '@/components/load3d/Load3DScene.vue'
import Load3dAnimation from '@/extensions/core/load3d/Load3dAnimation'
import {
CameraType,
MaterialMode,
UpDirection
type CameraType,
type MaterialMode,
type UpDirection
} from '@/extensions/core/load3d/interfaces'
import { CustomInputSpec } from '@/schemas/nodeDef/nodeDefSchemaV2'
import { type CustomInputSpec } from '@/schemas/nodeDef/nodeDefSchemaV2'
const props = defineProps<{
node: any