There was an error while loading. Please reload this page.
1 parent 4a181c3 commit 75cf4ccCopy full SHA for 75cf4cc
1 file changed
packages/desktop/src/renderer/onboarding.tsx
@@ -1,9 +1,4 @@
1
-import {
2
- ServerConnection,
3
- useServer,
4
- useSettings,
5
- useTabs,
6
-} from "@opencode-ai/app"
+import { ServerConnection, useServer, useSettings, useTabs } from "@opencode-ai/app"
7
import { onMount } from "solid-js"
8
9
export function DesktopFirstLaunchOnboarding(props: { initialUrl: string; onLoaded: () => void }) {
0 commit comments