mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 22:16:41 +00:00
fix(codex-auth): remove unused React import causing UI build failure
This commit is contained in:
@@ -9,7 +9,6 @@
|
|||||||
* tooltip per the read-only dashboard spec (D5).
|
* tooltip per the read-only dashboard spec (D5).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import * as React from 'react';
|
|
||||||
import { Loader2 } from 'lucide-react';
|
import { Loader2 } from 'lucide-react';
|
||||||
import { Badge } from '@/components/ui/badge';
|
import { Badge } from '@/components/ui/badge';
|
||||||
import { Button } from '@/components/ui/button';
|
import { Button } from '@/components/ui/button';
|
||||||
|
|||||||
Reference in New Issue
Block a user