mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 09:38:39 +00:00
style: apply oxfmt formatting to app-render.ts
This commit is contained in:
committed by
Peter Steinberger
parent
1bb2d65ff3
commit
66fc12a40c
@@ -53,12 +53,7 @@ import {
|
|||||||
updateSkillEnabled,
|
updateSkillEnabled,
|
||||||
} from "./controllers/skills.ts";
|
} from "./controllers/skills.ts";
|
||||||
import { icons } from "./icons.ts";
|
import { icons } from "./icons.ts";
|
||||||
import {
|
import { normalizeBasePath, TAB_GROUPS, subtitleForTab, titleForTab } from "./navigation.ts";
|
||||||
normalizeBasePath,
|
|
||||||
TAB_GROUPS,
|
|
||||||
subtitleForTab,
|
|
||||||
titleForTab,
|
|
||||||
} from "./navigation.ts";
|
|
||||||
import { renderAgents } from "./views/agents.ts";
|
import { renderAgents } from "./views/agents.ts";
|
||||||
import { renderChannels } from "./views/channels.ts";
|
import { renderChannels } from "./views/channels.ts";
|
||||||
import { renderChat } from "./views/chat.ts";
|
import { renderChat } from "./views/chat.ts";
|
||||||
|
|||||||
Reference in New Issue
Block a user