import { StrictMode } from 'react'; import { createRoot } from 'react-dom/client'; import './styles/index.css'; import './flow/SystemFlowViewer.css'; import { SystemFlowViewer } from './flow/SystemFlowViewer'; createRoot(document.getElementById('root')!).render( , );