We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c26f3b commit 845edd9Copy full SHA for 845edd9
src/core/content-type/formatting.ts
@@ -1,5 +1,5 @@
1
import moment from 'moment'
2
-import urlJoin from 'url-join';
+const urlJoin = require('url-join')
3
const TIME_FORMAT = 'L hh:mm:ss a'
4
5
export function date(date: any) {
0 commit comments