"use client" import { Canvas } from "@react-three/fiber" import { Scene } from "./scene" import { eventManagerFactory } from "./scene/event-manager" import { Perf } from "r3f-perf" import { ContactShadows, Environment, OrbitControls, PerspectiveCamera, Sky } from "@react-three/drei" export default function Home() { return (
) }