chore: format code
This commit is contained in:
parent
3d279edf44
commit
17d1b24def
3 changed files with 530 additions and 2391 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -19,11 +19,10 @@ declare global {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
render(
|
render(() => {
|
||||||
() => {
|
onMount(() => {
|
||||||
onMount(() => {
|
if (window.__OPENCODE__?.updaterEnabled) runUpdater()
|
||||||
if(window.__OPENCODE__?.updaterEnabled) runUpdater();
|
})
|
||||||
});
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<PlatformProvider value={platform}>
|
<PlatformProvider value={platform}>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue