Spaces:
Runtime error
Runtime error
import React from 'react'; | |
import TranscriptionPlayer from './components/TranscriptionPlayer'; | |
const App: React.FC = () => { | |
return ( | |
<div className="App"> | |
<TranscriptionPlayer /> | |
</div> | |
); | |
}; | |
export default App; |