Skip to content

Commit 6655b7b

Browse files
committed
Typo
1 parent 7492953 commit 6655b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lib/.playcanvas-react.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ alwaysApply: true
1818
// Core
1919
import { Application, Entity } from '@playcanvas/react'
2020
// Components add behaviors to Entities
21-
import { Light, Camera, Render, Gsplat, Screen, Collision, RigigBody, Anim } from '@playcanvas/react/components'
21+
import { Light, Camera, Render, Gsplat, Screen, Collision, RigidBody, Anim } from '@playcanvas/react/components'
2222
// Hooks add functionality
2323
import { useModel, useSplat, useAppEvent, useParent, useApp } from '@playcanvas/react/hooks'
2424
```

0 commit comments

Comments
 (0)