"use client"; import { Suspense } from "react"; import { useConfiguratorStore } from "@/lib/store"; import { Scene3D } from "./scene"; function LoadingFallback() { return (
3D Scene laden...
🖱️ Drag to rotate • Scroll to zoom