session-desktop/ts/mains/debug_log_start.tsx
2022-10-05 22:29:31 +11:00

4 lines
162 B
TypeScript

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