import { Text } from "@react-three/drei"; export function Compass() { const radius = 90; const color = "#444"; return ( N S E W ); }