* test logging * test impl for logging * implemented "live logging", restyle templates dropdown * moved extract audio to downloadDialog, fixed labels * code refactoring * buffering logs
9 lines
149 B
TypeScript
9 lines
149 B
TypeScript
import LogTerminal from '../components/LogTerminal'
|
|
|
|
const Terminal: React.FC = () => {
|
|
return (
|
|
<LogTerminal />
|
|
)
|
|
}
|
|
|
|
export default Terminal |