Skip to content

Commit 5bed659

Browse files
authored
Merge pull request #78 from contentstack/fix/stage69
fix error
2 parents 477afcb + f7a86c1 commit 5bed659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/content-type/formatting.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import moment from 'moment'
2-
import urlJoin from 'url-join';
2+
const urlJoin = require('url-join')
33
const TIME_FORMAT = 'L hh:mm:ss a'
44

55
export function date(date: any) {

0 commit comments

Comments
 (0)