Skip to content

Commit e9699aa

Browse files
committed
fix app file imports in add-emoji-reaction.mjs and get-current-user.mjs
1 parent 68c8930 commit e9699aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/slack_v2/actions/add-emoji-reaction/add-emoji-reaction.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import slack from "../../slack.app.mjs";
1+
import slack from "../../slack_v2.app.mjs";
22

33
export default {
44
key: "slack_v2-add-emoji-reaction",

components/slack_v2/actions/get-current-user/get-current-user.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import slack from "../../slack.app.mjs";
1+
import slack from "../../slack_v2.app.mjs";
22

33
export default {
44
key: "slack_v2-get-current-user",

0 commit comments

Comments
 (0)