Skip to content

Commit 7a2b467

Browse files
committed
fix import
1 parent 100b8bb commit 7a2b467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/richpanel/actions/create-ticket/create-ticket.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ConfigurationError } from "@pipedream/platform";
2+
import { VIA_CHANNEL_OPTIONS } from "../../common/constants.mjs";
23
import { parseObject } from "../../common/utils.mjs";
34
import richpanel from "../../richpanel.app.mjs";
4-
import { VIA_CHANNEL_OPTIONS } from "./common/constants.mjs";
55

66
export default {
77
key: "richpanel-create-ticket",

0 commit comments

Comments
 (0)