fix(three): removed unused import
Gitea Vite Build Action / Vite-Build (push) Successful in 40s
Details
Gitea Vite Build Action / Vite-Build (push) Successful in 40s
Details
This commit is contained in:
parent
8578ec4561
commit
ee965a539a
|
@ -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');
|
||||||
|
|
Loading…
Reference in New Issue