From 10e3fad3488419ed17ba577a9c532276aa4baf82 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:29:21 +0000 Subject: [PATCH] Update src/app/gym-3d/page.tsx --- src/app/gym-3d/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/gym-3d/page.tsx b/src/app/gym-3d/page.tsx index edb3890..758d78f 100644 --- a/src/app/gym-3d/page.tsx +++ b/src/app/gym-3d/page.tsx @@ -3,7 +3,7 @@ import { useEffect, useRef, useState } from "react"; import * as THREE from "three"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import { ContactSplitForm } from '@/components/sections/contact/ContactSplitForm'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Phone } from "lucide-react"; -- 2.49.1