From e2a6c7327f20ec3f6db5a603f760a01d54b39912 Mon Sep 17 00:00:00 2001 From: Seth Trowbridge Date: Mon, 30 Sep 2024 10:48:32 -0400 Subject: [PATCH] fix import --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)