From 845edd9929b933499f22a985ce2860c1b3e61508 Mon Sep 17 00:00:00 2001 From: raj pandey Date: Thu, 6 Mar 2025 16:35:09 +0530 Subject: [PATCH] fix error --- src/core/content-type/formatting.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/content-type/formatting.ts b/src/core/content-type/formatting.ts index 4016d4b..1be7937 100644 --- a/src/core/content-type/formatting.ts +++ b/src/core/content-type/formatting.ts @@ -1,5 +1,5 @@ import moment from 'moment' -import urlJoin from 'url-join'; +const urlJoin = require('url-join') const TIME_FORMAT = 'L hh:mm:ss a' export function date(date: any) {