fix(codex-auth): remove unused React import causing UI build failure

This commit is contained in:
Tam Nhu Tran
2026-05-17 14:57:45 -04:00
parent 631c799322
commit 4e7d648967
@@ -9,7 +9,6 @@
* tooltip per the read-only dashboard spec (D5).
*/
import * as React from 'react';
import { Loader2 } from 'lucide-react';
import { Badge } from '@/components/ui/badge';
import { Button } from '@/components/ui/button';