Skip to content

Commit 2b9f774

Browse files
authored
Merge pull request #2 from rohittechzone/patch-2
CursorifyProvider is not being imported but used.
2 parents 23b3f79 + 541a264 commit 2b9f774

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)