mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
189c430e46
Lots of changed bc the line length is now 120. May as well do it now.
6 lines
189 B
TypeScript
6 lines
189 B
TypeScript
import ReactDOM from 'react-dom/client';
|
|
|
|
import InvokeAIUI from './app/components/InvokeAIUI';
|
|
|
|
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(<InvokeAIUI />);
|