diff --git a/beta/src/pages/learn/escape-hatches.md b/beta/src/pages/learn/escape-hatches.md index b6e86e920..27919b788 100644 --- a/beta/src/pages/learn/escape-hatches.md +++ b/beta/src/pages/learn/escape-hatches.md @@ -772,7 +772,6 @@ In this example, the `usePointerPosition` custom Hook tracks the cursor position ```js -import { useState, useEffect } from 'react'; import { usePointerPosition } from './usePointerPosition.js'; import { useDelayedValue } from './useDelayedValue.js';