Browse Source

chore: generate

opencode-agent[bot] 2 months ago
parent
commit
5682371d0a
1 changed files with 1 additions and 6 deletions
  1. 1 6
      packages/app/src/pages/home.tsx

+ 1 - 6
packages/app/src/pages/home.tsx

@@ -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"