Skip to content

Commit 541a264

Browse files
authored
CursorifyProvider is not being imported but used.
In the "Applying Custom Cursor" part of the documentation "CursorifyProvider" is not being imported, but used in the part of the code below. Fixed the imports.
1 parent 201e431 commit 541a264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/custom-cursor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default EmojiCursor
4747
You can apply custom cursors as follows:
4848

4949
```tsx
50-
import { EmojiCursor } from '@cursorify/cursors'
50+
import { CursorifyProvider, EmojiCursor } from '@cursorify/cursors'
5151

5252
const App = () => {
5353
return (

0 commit comments

Comments
 (0)