CognxSafeTrack commited on
Commit ·
1f6cf71
1
Parent(s): 672b517
fix(admin): remove unused React and Play imports breaking the netlify build
Browse files
apps/admin/src/pages/LiveFeed.tsx
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
import
|
| 2 |
-
import {
|
| 3 |
import { useAuth } from '../App';
|
| 4 |
|
| 5 |
interface PendingReview {
|
|
|
|
| 1 |
+
import { useState, useEffect, useRef } from 'react';
|
| 2 |
+
import { Square, Mic, Send, AlertCircle, CheckCircle2, Loader2, User, Briefcase } from 'lucide-react';
|
| 3 |
import { useAuth } from '../App';
|
| 4 |
|
| 5 |
interface PendingReview {
|