import { Loader } from "@react-three/drei"; import { Canvas } from "@react-three/fiber"; import { Leva } from "leva"; import { Scenario } from "./Scenario"; import { ChatInterface } from "./ChatInterface"; import ErrorBoundary from "./ErrorBoundary"; export default function AvatarSession() { return ( ); }