Skip to content

Commit

Permalink
SHARED(Frontend) removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jrkkp committed Jan 15, 2024
1 parent a05b49f commit a6aa18c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit a6aa18c

Please sign in to comment.