import { createRoot } from 'react-dom/client'; import './lib.ts' import { App } from './app.tsx'; import './index.css'; import './md-editor.ts'; import './md-preview.ts'; createRoot(document.getElementById('root')!).render();