fix(config): remove unused import CHAT_CHANNEL_ORDER

This commit is contained in:
shivanagendrak 2026-01-29 19:16:41 -07:00
parent 421abb4cb0
commit 9ae76b8972

View File

@ -3,7 +3,6 @@ import {
getChatChannelMeta, getChatChannelMeta,
listChatChannels, listChatChannels,
normalizeChatChannelId, normalizeChatChannelId,
CHAT_CHANNEL_ORDER,
} from "../channels/registry.js"; } from "../channels/registry.js";
import { import {
getChannelPluginCatalogEntry, getChannelPluginCatalogEntry,