diff --git a/shared/pubUtils/timeUtil.ts b/shared/pubUtils/timeUtil.ts index 9723bcc01..0ae1a8a6e 100644 --- a/shared/pubUtils/timeUtil.ts +++ b/shared/pubUtils/timeUtil.ts @@ -1,4 +1,4 @@ -import { TIME_FORMAT } from '@consts'; +import { TIME_FORMAT } from '../consts'; const PER_SECOND = 1 * 1000; const PER_DAY = 24 * 60 * 60;