Explorar el Código

Potential fix for code scanning alert no. 3445: Unused variable, import, function or class

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
mrdoob hace 1 año
padre
commit
4968a78659
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      editor/js/Agent.js

+ 0 - 1
editor/js/Agent.js

@@ -1,4 +1,3 @@
-import { GoogleGenAI } from '@google/genai';
 import * as Commands from './commands/Commands.js';
 import { Vector3, BoxGeometry, SphereGeometry, MeshStandardMaterial, Mesh, DirectionalLight, PointLight, AmbientLight, Color, CylinderGeometry } from 'three';
 

粤ICP备19079148号