Browse Source

rm unused

main
Dan Abramov 3 years ago
parent
commit
4e8cc5f849
  1. 1
      beta/src/pages/learn/escape-hatches.md

1
beta/src/pages/learn/escape-hatches.md

@ -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';

Loading…
Cancel
Save