import LogTerminal from '../components/LogTerminal' const Terminal: React.FC = () => { return ( ) } export default Terminal