import React from 'react'
import { Canvas } from '@react-three/fiber'
import { Center, Text3D, OrbitControls, Grid } from '@react-three/drei'
function Scene() {
return (
<>
{/* You'll need a JSON font file in your public folder for Text3D,
or just use standard for now */}