mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-26 18:05:14 +00:00
rm unused
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user