From 66fc12a40c6d8baf09b2ea39cfab8e3e9281e08e Mon Sep 17 00:00:00 2001 From: Jadilson Guedes Date: Mon, 16 Feb 2026 16:42:07 -0300 Subject: [PATCH] style: apply oxfmt formatting to app-render.ts --- ui/src/ui/app-render.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ui/src/ui/app-render.ts b/ui/src/ui/app-render.ts index 93ccf8833a..160cf91034 100644 --- a/ui/src/ui/app-render.ts +++ b/ui/src/ui/app-render.ts @@ -53,12 +53,7 @@ import { updateSkillEnabled, } from "./controllers/skills.ts"; import { icons } from "./icons.ts"; -import { - normalizeBasePath, - TAB_GROUPS, - subtitleForTab, - titleForTab, -} from "./navigation.ts"; +import { normalizeBasePath, TAB_GROUPS, subtitleForTab, titleForTab } from "./navigation.ts"; import { renderAgents } from "./views/agents.ts"; import { renderChannels } from "./views/channels.ts"; import { renderChat } from "./views/chat.ts";