diff --git a/src/App.tsx b/src/App.tsx index d54e11b..117e432 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,6 +1,6 @@ import React from 'react' import * as Fiber from '@react-three/fiber' -import Three from 'three' +import * as Three from 'three' const ThreeBox:React.FC<{position?:Fiber.Vector3}> =(args)=> { const meshRef = React.useRef(null)