nicolium: embarassing

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-02-27 02:14:49 +01:00
parent 2096d84aee
commit de09a7402a

View File

@ -32,7 +32,7 @@ if (BuildConfig.NODE_ENV === 'production') {
}
ready(() => {
const container = document.getElementById('plfe') as HTMLElement;
const container = document.getElementById('app') as HTMLElement;
const root = createRoot(container);
root.render(<Nicolium />);