diff options
| author | Dax Raad <[email protected]> | 2025-09-03 14:24:21 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-03 14:24:37 -0400 |
| commit | e8f54b9b382616b0d6d082662bdedeb54a28b3cb (patch) | |
| tree | f808f318c302f829fce1a78ce6c2730559e6c330 /cloud/app/src/routes/workspace | |
| parent | 01b18456a30b1890370ecaf02baca414ed5da66c (diff) | |
| download | opencode-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].tsx | 1 |
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" |
