style: apply oxfmt formatting to app-render.ts

This commit is contained in:
Jadilson Guedes
2026-02-16 16:42:07 -03:00
committed by Peter Steinberger
parent 1bb2d65ff3
commit 66fc12a40c

View File

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