diff --git a/frontend/packages/shared/src/hooks/useNavigationProtection/useNavigationProtection.ts b/frontend/packages/shared/src/hooks/useNavigationProtection/useNavigationProtection.ts index d73e745c0..cd7819b08 100644 --- a/frontend/packages/shared/src/hooks/useNavigationProtection/useNavigationProtection.ts +++ b/frontend/packages/shared/src/hooks/useNavigationProtection/useNavigationProtection.ts @@ -1,5 +1,5 @@ import { useCallback, useEffect } from 'react'; -import { Location, unstable_useBlocker as useBlocker, unstable_usePrompt as usePrompt } from 'react-router-dom'; +import { Location, unstable_useBlocker as useBlocker } from 'react-router-dom'; export const useNavigationProtection = ( when: boolean,