import React from 'react'; import { Volume2 } from 'lucide-react'; import TestExplanation from '../ui/TestExplanation'; const API_BASE = import.meta.env.VITE_API_URL || 'http://127.0.0.1:8000'; const AudioTab = ({ result, }) => { return ( <>