diff options
| author | Dax Raad <[email protected]> | 2025-09-09 23:43:37 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-09 23:44:04 -0400 |
| commit | 38e8c42cf02f73fb300889ab989088899a3aedb7 (patch) | |
| tree | 313db96535cf136cc1032618b43462c1f2f0e14c /cloud/app/src/entry-client.tsx | |
| parent | 58fe88432714456350244ebbea1e6287d3dccb36 (diff) | |
| download | opencode-38e8c42cf02f73fb300889ab989088899a3aedb7.tar.gz opencode-38e8c42cf02f73fb300889ab989088899a3aedb7.zip | |
ci: format
Diffstat (limited to 'cloud/app/src/entry-client.tsx')
| -rw-r--r-- | cloud/app/src/entry-client.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cloud/app/src/entry-client.tsx b/cloud/app/src/entry-client.tsx index 0ca4e3c30..642deacf7 100644 --- a/cloud/app/src/entry-client.tsx +++ b/cloud/app/src/entry-client.tsx @@ -1,4 +1,4 @@ // @refresh reload -import { mount, StartClient } from "@solidjs/start/client"; +import { mount, StartClient } from "@solidjs/start/client" -mount(() => <StartClient />, document.getElementById("app")!); +mount(() => <StartClient />, document.getElementById("app")!) |
