diff --git a/src/App.tsx b/src/App.tsx index c821569..5e08159 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,4 +1,4 @@ -import { DefaultXRControllers, Interactive, useXR, useXREvent, VRCanvas, XRController } from '@react-three/xr' +import { DefaultXRControllers, Interactive, useXR, useXREvent, VRCanvas } from '@react-three/xr' import { Box, Plane } from 'drei/shapes' import { OrbitControls } from 'drei/OrbitControls' import { Text } from 'drei/Text'