summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/components/titlebar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/app/src/components/titlebar.tsx')
-rw-r--r--packages/app/src/components/titlebar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/components/titlebar.tsx b/packages/app/src/components/titlebar.tsx
index 0a41f3119..a90178abd 100644
--- a/packages/app/src/components/titlebar.tsx
+++ b/packages/app/src/components/titlebar.tsx
@@ -1,4 +1,4 @@
-import { createEffect, createMemo, onCleanup, Show, untrack } from "solid-js"
+import { createEffect, createMemo, Show, untrack } from "solid-js"
import { createStore } from "solid-js/store"
import { useLocation, useNavigate, useParams } from "@solidjs/router"
import { IconButton } from "@opencode-ai/ui/icon-button"