fix(three): removed unused import
Gitea Vite Build Action / Vite-Build (push) Successful in 40s Details

This commit is contained in:
Sven Vogel 2024-10-25 00:15:43 +02:00
parent 8578ec4561
commit ee965a539a
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ import { Canvas, useFrame, useLoader } from '@react-three/fiber';
import { Circle, Clone, ContactShadows, OrbitControls } from '@react-three/drei' import { Circle, Clone, ContactShadows, OrbitControls } from '@react-three/drei'
import { Suspense, useRef } from 'react'; import { Suspense, useRef } from 'react';
import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader.js'; import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader.js';
import { AmbientLight } from 'three';
function Gear(props: any) { function Gear(props: any) {
const gltf = useLoader(GLTFLoader, './gear.glb'); const gltf = useLoader(GLTFLoader, './gear.glb');