rm unused

This commit is contained in:
Dan Abramov
2022-09-03 21:41:20 +01:00
parent 7db02fc01d
commit 4e8cc5f849

View File

@@ -772,7 +772,6 @@ In this example, the `usePointerPosition` custom Hook tracks the cursor position
<Sandpack>
```js
import { useState, useEffect } from 'react';
import { usePointerPosition } from './usePointerPosition.js';
import { useDelayedValue } from './useDelayedValue.js';