chore(app): visual cleanup

This commit is contained in:
adamelmore
2026-01-25 10:48:20 -06:00
parent 4c2d597ae6
commit 471fc06f01
5 changed files with 13 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
import { createMemo, For, Match, Show, Switch } from "solid-js"
import { createMemo, For, Match, Switch } from "solid-js"
import { Button } from "@opencode-ai/ui/button"
import { Logo } from "@opencode-ai/ui/logo"
import { useLayout } from "@/context/layout"