diff options
| author | Jay V <[email protected]> | 2025-09-16 17:35:43 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-09-16 19:39:36 -0400 |
| commit | 479cf2fa4f5f84e330ca4d02601d0d81234811d0 (patch) | |
| tree | cd6049212b8aa74fffbea42b2e597587f79d095c /cloud/app/src/component/workspace/billing-section.tsx | |
| parent | 39c54f367f6c6db7f2f10c53a5495617c0c85e11 (diff) | |
| download | opencode-479cf2fa4f5f84e330ca4d02601d0d81234811d0.tar.gz opencode-479cf2fa4f5f84e330ca4d02601d0d81234811d0.zip | |
ignore: zen
Diffstat (limited to 'cloud/app/src/component/workspace/billing-section.tsx')
| -rw-r--r-- | cloud/app/src/component/workspace/billing-section.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/app/src/component/workspace/billing-section.tsx b/cloud/app/src/component/workspace/billing-section.tsx index 457ba1392..c16208d31 100644 --- a/cloud/app/src/component/workspace/billing-section.tsx +++ b/cloud/app/src/component/workspace/billing-section.tsx @@ -1,5 +1,5 @@ import { json, query, action, useParams, useAction, createAsync, useSubmission } from "@solidjs/router" -import { createEffect, createMemo, createSignal, For, Show } from "solid-js" +import { createMemo, Show } from "solid-js" import { Billing } from "@opencode/cloud-core/billing.js" import { withActor } from "~/context/auth.withActor" import { IconCreditCard } from "~/component/icon" |
