Skip to content

Commit

Permalink
chore: name component with example
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett committed Oct 5, 2022
1 parent 8f9cec5 commit 8f13a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/demos/FileDragDrop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Canvas } from '@react-three/fiber'
import { a, useSpring } from '@react-spring/three'
import { OrbitControls } from '@react-three/drei'

export default function Box() {
export default function FileDragDrop() {
const [active, setActive] = useState(0)
const [activeBg, setActiveBg] = useState(0)
// create a common spring that will be used later to interpolate other values
Expand Down

0 comments on commit 8f13a9a

Please sign in to comment.