Skip to content

Commit 845edd9

Browse files
committed
fix error
1 parent 3c26f3b commit 845edd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/content-type/formatting.ts

+1-1
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)