Skip to content

Commit be88c26

Browse files
fix component import
1 parent c766b04 commit be88c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/pipedream_utils/common/date-time/commonDateTime.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import pipedream_utils from "../../app/pipedream_utils.app.mjs";
1+
import pipedream_utils from "../../pipedream_utils.app.mjs";
22
import { ConfigurationError } from "@pipedream/platform";
33
import {
44
DATE_FORMAT_PARSE_MAP, DEFAULT_INPUT_FUNCTION,

0 commit comments

Comments
 (0)