import React from 'react'; import { DebugLogView } from '../components/DebugLogView'; window.ReactDOM.render(, document.getElementById('root'));