Skip to content

Commit 6f6151a

Browse files
committed
chore: NIP
1 parent 57543a9 commit 6f6151a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export const Component: React.FC = () => {
126126

127127
```tsx
128128
import React from 'react'
129-
import { useRef, useReactive } from 'veact'
129+
import { useReactive } from 'veact'
130130

131131
export const Component: React.FC = () => {
132132
const data = useReactive({

0 commit comments

Comments
 (0)