From 4e7d648967eeec8ab8d74a511f4dce95d965d8d9 Mon Sep 17 00:00:00 2001 From: Tam Nhu Tran Date: Sun, 17 May 2026 14:57:45 -0400 Subject: [PATCH] fix(codex-auth): remove unused React import causing UI build failure --- ui/src/components/compatible-cli/codex-auth-profiles-card.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/components/compatible-cli/codex-auth-profiles-card.tsx b/ui/src/components/compatible-cli/codex-auth-profiles-card.tsx index f856ca41..0b00adc4 100644 --- a/ui/src/components/compatible-cli/codex-auth-profiles-card.tsx +++ b/ui/src/components/compatible-cli/codex-auth-profiles-card.tsx @@ -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';