Skip to content

Commit

Permalink
fix ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
sniok committed Mar 21, 2021
1 parent 6b5c54b commit bd4b447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

1 comment on commit bd4b447

@vercel
Copy link

@vercel vercel bot commented on bd4b447 Mar 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.