aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-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 113cc11..a691568 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/examples/jsm/loaders/GLTFLoader";
+import { GLTFLoader } from 'three/addons/loaders/GLTFLoader';
const Model = ({ model, scale }) => {
const gltf = useLoader(GLTFLoader, model);