Env added

This commit is contained in:
sumona-banerjeee
2026-02-20 17:19:49 +05:30
8 changed files with 10 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ const WS_URL = API_URL?.replace(/^https?:\/\//, "wss://")
type DetectionType = "pothole-detection" | "sign-board-detection" | "pot-sign-detection"
export default function UploadPage() {
const router = useRouter()
const [session, setSession] = useState<SessionContext | null>(null)