diff --git a/components/canvascomponent.js b/components/canvascomponent.js
index 1ee8568..a7bf181 100644
--- a/components/canvascomponent.js
+++ b/components/canvascomponent.js
@@ -7,68 +7,8 @@ import { useLoader } from '@react-three/fiber'
import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader'
import { useGLTF, useGLB } from "@react-three/drei";
-// export function CanvasComponent({setCanvasRef}) {
-
-
-// return (
-// <>
-//
-
-// >
-// )
-// }
-
-// function Scene({setCanvasRef}) {
-// const gl = useThree((state) => state.gl)
-// setCanvasRef(gl.domElement);
-
-
-// return (
-// <>
-//
-//
-
-//
-// >
-// )
-// }
-
-
-
-// function Model(props) {
-// const { nodes, materials } = useGLTF("/sneaker.glb");
-// return (
-//
-//
-//
-//
-//
-//
-//
-//
-//
-// );
-// }
-
-// useGLTF.preload("/sneaker.glb");
-
-
export function CanvasComponent({setCanvasRef, gltfModel}) {
-
-
return (
<>