tfrere HF Staff Cursor commited on
Commit
3c9e58e
·
1 Parent(s): d5bca85

Fix: remove unused useCallback import

Browse files

Co-authored-by: Cursor <cursoragent@cursor.com>

Files changed (1) hide show
  1. frontend/src/hooks/useAuth.ts +1 -1
frontend/src/hooks/useAuth.ts CHANGED
@@ -8,7 +8,7 @@
8
  * (e.g. the "Start Session" button on the welcome screen).
9
  */
10
 
11
- import { useEffect, useCallback } from 'react';
12
  import { useAgentStore } from '@/store/agentStore';
13
 
14
  /** Redirect to the OAuth login page. */
 
8
  * (e.g. the "Start Session" button on the welcome screen).
9
  */
10
 
11
+ import { useEffect } from 'react';
12
  import { useAgentStore } from '@/store/agentStore';
13
 
14
  /** Redirect to the OAuth login page. */