summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/components/titlebar.tsx
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-03-25 06:23:25 -0500
committerAdam <[email protected]>2026-03-25 06:25:05 -0500
commit898456a25cf2edbfc4ae4961b37424f633419dd6 (patch)
tree626207d26b6c338136b069bbaaa09d67a45ddde3 /packages/app/src/components/titlebar.tsx
parent53d0b58ebf3468bd161dcfcdc67cd66b6508e9f8 (diff)
downloadopencode-898456a25cf2edbfc4ae4961b37424f633419dd6.tar.gz
opencode-898456a25cf2edbfc4ae4961b37424f633419dd6.zip
Revert "fix(app): startup efficiency"
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..77de1a73c 100644
--- a/packages/app/src/components/titlebar.tsx
+++ b/packages/app/src/components/titlebar.tsx
@@ -5,7 +5,7 @@ import { IconButton } from "@opencode-ai/ui/icon-button"
import { Icon } from "@opencode-ai/ui/icon"
import { Button } from "@opencode-ai/ui/button"
import { Tooltip, TooltipKeybind } from "@opencode-ai/ui/tooltip"
-import { useTheme } from "@opencode-ai/ui/theme/context"
+import { useTheme } from "@opencode-ai/ui/theme"
import { useLayout } from "@/context/layout"
import { usePlatform } from "@/context/platform"