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";