Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Fix: remove unused useCallback import
Browse filesCo-authored-by: Cursor <cursoragent@cursor.com>
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
|
| 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. */
|