summaryrefslogtreecommitdiffhomepage
path: root/cloud/app/src/routes/workspace
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-03 14:24:21 -0400
committerDax Raad <[email protected]>2025-09-03 14:24:37 -0400
commite8f54b9b382616b0d6d082662bdedeb54a28b3cb (patch)
treef808f318c302f829fce1a78ce6c2730559e6c330 /cloud/app/src/routes/workspace
parent01b18456a30b1890370ecaf02baca414ed5da66c (diff)
downloadopencode-e8f54b9b382616b0d6d082662bdedeb54a28b3cb.tar.gz
opencode-e8f54b9b382616b0d6d082662bdedeb54a28b3cb.zip
wip: fix logout
Diffstat (limited to 'cloud/app/src/routes/workspace')
-rw-r--r--cloud/app/src/routes/workspace/[id].tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cloud/app/src/routes/workspace/[id].tsx b/cloud/app/src/routes/workspace/[id].tsx
index d4a3500e7..2e3f526c3 100644
--- a/cloud/app/src/routes/workspace/[id].tsx
+++ b/cloud/app/src/routes/workspace/[id].tsx
@@ -1,3 +1,4 @@
+import "./[id].css"
import { Billing } from "@opencode/cloud-core/billing.js"
import { Key } from "@opencode/cloud-core/key.js"
import { action, createAsync, query, useAction, useSubmission, json, useParams } from "@solidjs/router"