Skip to content

Commit bc3f65a

Browse files
committed
Update referencing-values-with-refs.md
1 parent 2202fff commit bc3f65a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/content/learn/referencing-values-with-refs.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,8 +477,6 @@ export default function Toggle() {
477477
<Sandpack>
478478

479479
```js
480-
import { useState } from 'react';
481-
482480
let timeoutID;
483481

484482
function DebouncedButton({ onClick, children }) {

0 commit comments

Comments
 (0)