From 430570ba2c0d93866f749a5cb52948a33f3ea5b8 Mon Sep 17 00:00:00 2001 From: Shivshiv19 Date: Sat, 19 Jul 2025 00:10:53 +0530 Subject: [PATCH] Update send-message-to-channel.js --- .../send-message-to-channel/send-message-to-channel.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/slack/actions/send-message-to-channel/send-message-to-channel.mjs b/components/slack/actions/send-message-to-channel/send-message-to-channel.mjs index c5dd32cf4ca32..15ef6a6a21322 100644 --- a/components/slack/actions/send-message-to-channel/send-message-to-channel.mjs +++ b/components/slack/actions/send-message-to-channel/send-message-to-channel.mjs @@ -1,5 +1,5 @@ -import common from "../common/send-message.mjs"; -import constants from "../../common/constants.mjs"; +import common from "./common/send-message.js"; +import constants from "./common/constants.js"; export default { ...common,