Skip to content

Commit 362a6a9

Browse files
authored
EmojiCursor is imported but DefaultCursor is added.
1 parent 201e431 commit 362a6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cursorify-options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Refer to the description of each option below.
1717
- breakpoint: You can set breakpoint to disable in mobile size.
1818

1919
```tsx
20-
import { CursorifyProvider, EmojiCursor } from '@cursorify/react'
20+
import { CursorifyProvider, DefaultCursor } from '@cursorify/react'
2121

2222
const App = () => {
2323
return (

0 commit comments

Comments
 (0)