From 888aeff34a655f96f634a093439493b7cb312b2f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:46:53 +0000 Subject: [PATCH] Update src/app/gym-3d/page.tsx --- src/app/gym-3d/page.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/app/gym-3d/page.tsx b/src/app/gym-3d/page.tsx index 8b060b3..a73f830 100644 --- a/src/app/gym-3d/page.tsx +++ b/src/app/gym-3d/page.tsx @@ -5,17 +5,8 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Mail, Send } from 'lucide-react'; import * as THREE from "three"; -import { GLTFLoader } from "three/examples/jsm/loaders/GLTFLoader.js"; import { OrbitControls } from "three/examples/jsm/controls/OrbitControls.js"; -declare global { - namespace JSX { - interface IntrinsicElements { - canvas: React.CanvasHTMLAttributes; - } - } -} - export default function Gym3D() { const canvasRef = useRef(null); const [formData, setFormData] = useState({ name: "", email: "", message: "" });