|
|
@@ -25,12 +25,7 @@ import { Icon as IconV2 } from "@opencode-ai/ui/v2/icon"
|
|
|
import { IconButtonV2 } from "@opencode-ai/ui/v2/icon-button-v2"
|
|
|
import { MenuV2 } from "@opencode-ai/ui/v2/menu-v2"
|
|
|
import { TooltipV2 } from "@opencode-ai/ui/v2/tooltip-v2"
|
|
|
-import {
|
|
|
- getProjectAvatarVariant,
|
|
|
- useLayout,
|
|
|
- type HomeProjectSelection,
|
|
|
- type LocalProject,
|
|
|
-} from "@/context/layout"
|
|
|
+import { getProjectAvatarVariant, useLayout, type HomeProjectSelection, type LocalProject } from "@/context/layout"
|
|
|
import { useNavigate } from "@solidjs/router"
|
|
|
import { base64Encode } from "@opencode-ai/core/util/encode"
|
|
|
import { Icon } from "@opencode-ai/ui/icon"
|