import { StrictMode } from 'react' import { createRoot } from 'react-dom/client' import App from './App' import { ErrorBoundary } from './components/ErrorBoundary' import { saveComposerDraftFromDom } from './lib/composer-draft' import './styles.css' const root = document.getElementById('root') if (!root) throw new Error('GooeyPi root element was not found') createRoot(root).render(

GooeyPi hit an unexpected error

Reload to continue. Any message you were typing is preserved.

)} >
, )