aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/3DModels.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/3DModels.jsx b/src/components/3DModels.jsx
index a691568..85e85d0 100644
--- a/src/components/3DModels.jsx
+++ b/src/components/3DModels.jsx
@@ -1,6 +1,6 @@
import { Canvas, useLoader } from "@react-three/fiber";
import { OrbitControls, PerspectiveCamera } from "@react-three/drei";
-import { GLTFLoader } from 'three/addons/loaders/GLTFLoader';
+import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js';
const Model = ({ model, scale }) => {
const gltf = useLoader(GLTFLoader, model);